Salome HOME
setDisplayed has to be called in order to synchronize internal state of the object
[modules/shaper.git] / src / Model / Model_Objects.h
index 148c1c22a4e29a13f79ce1579de1bc2cbc5a5ed2..6cf221e0b498efefc05f81a6818a3984112bfeda 100644 (file)
@@ -67,7 +67,7 @@ class Model_Objects
     const std::string& theGroupID, const std::string& theName);
 
   //! Returns the result by the result name
-  ResultPtr Model_Objects::findByName(const std::string theName);
+  ResultPtr findByName(const std::string theName);
 
 
   //! Returns the object index in the group. Object must be visible. Otherwise returns -1.