modified viz module header layout for 2.4 compatibility

This commit is contained in:
Anatoly Baksheev
2014-01-26 14:41:16 +04:00
parent 0a870faf28
commit 1f5007f106
3 changed files with 129 additions and 75 deletions

View File

@@ -55,7 +55,7 @@ public:
int ref_counter;
VizImpl(const String &name);
virtual ~VizImpl() {};
virtual ~VizImpl() {}
bool wasStopped() const;
void close();