VTK off by default

This commit is contained in:
Anatoly Baksheev
2014-01-24 21:44:59 +04:00
parent 9145985ff4
commit 3dc2dbc17e
3 changed files with 5 additions and 5 deletions

View File

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