]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Data.h
Salome HOME
Task 2.1. Management of result names
[modules/shaper.git] / src / Model / Model_Data.h
index d46c13c31f695bce15bdf6e8ed009a7bcc6032bc..186cfefc2a353a030c9df47d881a6b8140a4d3c2 100644 (file)
@@ -295,8 +295,8 @@ private:
   MODEL_EXPORT virtual void setDisplayed(const bool theDisplay);
 
   /// Returns \c true if theAttribute1 is going earlier than theAttribute2 in the data
-  bool isEarlierAttribute(const std::string& theAttribute1,
-                          const std::string& theAttribute2) const;
+  MODEL_EXPORT virtual bool isPrecedingAttribute(const std::string& theAttribute1,
+                                                 const std::string& theAttribute2) const;
 };
 
 /// Generic method to register back reference, used in referencing attributes.