]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Objects.h
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / Model / Model_Objects.h
index e44023208fb1ee7df2c9075a6e815ad10e1cda06..1be771ea13ef5a31d55dbecadd8ddb3b201dadc8 100644 (file)
 #include <set>
 #include <vector>
 
-// for TDF_Label map usage
-static Standard_Integer HashCode(const TDF_Label& theLab, const Standard_Integer theUpper);
-static Standard_Boolean IsEqual(const TDF_Label& theLab1, const TDF_Label& theLab2);
-
 extern int kUNDEFINED_FEATURE_INDEX;
 
 /**\class Model_Objects
@@ -192,7 +188,7 @@ class Model_Objects
   DocumentPtr owner() {return myDoc;}
 
   //! Deletes all managed features with emitting of corresponded signal
-  ~Model_Objects();
+  virtual ~Model_Objects();
 
  protected: