From: Sergey POKHODENKO Date: Tue, 19 May 2015 07:43:13 +0000 (+0300) Subject: Fix compilation errors X-Git-Tag: V_1.2.0~110^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9a5e90cb3723e73a7081f26e80ae95b6e11b415;p=modules%2Fshaper.git Fix compilation errors --- diff --git a/src/Model/Model_Objects.h b/src/Model/Model_Objects.h index 148c1c22a..6cf221e0b 100644 --- a/src/Model/Model_Objects.h +++ b/src/Model/Model_Objects.h @@ -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.