]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_PluginManager.h
Salome HOME
Changes in source code within porting on CentOS 6.3
[modules/shaper.git] / src / ModelAPI / ModelAPI_PluginManager.h
index 8aab3f6f40d8525510612b61cad659634794ed61..f5236491913dd0f0b4776f01a9e004e5db237ee9 100644 (file)
@@ -41,7 +41,7 @@ public:
   virtual void setCurrentDocument(std::shared_ptr<ModelAPI_Document> theDoc) = 0;
 
   /// loads the library with specific name, appends "lib*.dll" or "*.so" depending on the platform
-  static void ModelAPI_PluginManager::loadLibrary(const std::string theLibName);
+  static void loadLibrary(const std::string theLibName);
 
   /// Is needed for python wrapping by swig, call Get to get an instance
   ModelAPI_PluginManager();