Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Dumper.h
index 53cd0570f1ca69a5183e76b369cffd33b612f982..984ca70e28dd147c430112381da8361df71dbb1b 100644 (file)
@@ -91,6 +91,8 @@ public:
     MODELHIGHAPI_EXPORT DumpStorage(const DumpStorage& theOther);
     MODELHIGHAPI_EXPORT const DumpStorage& operator=(const DumpStorage& theOther);
 
+    virtual ~DumpStorage() {}
+
     void setFilenameSuffix(const std::string& theSuffix) { myFilenameSuffix = theSuffix; }
 
   protected: