From b9a5e90cb3723e73a7081f26e80ae95b6e11b415 Mon Sep 17 00:00:00 2001 From: Sergey POKHODENKO Date: Tue, 19 May 2015 10:43:13 +0300 Subject: [PATCH] Fix compilation errors --- src/Model/Model_Objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2