]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation errors
authorSergey POKHODENKO <sergey.pokhodenko@opencascade.com>
Tue, 19 May 2015 07:43:13 +0000 (10:43 +0300)
committerSergey POKHODENKO <sergey.pokhodenko@opencascade.com>
Fri, 22 May 2015 13:19:58 +0000 (16:19 +0300)
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.