Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.cpp
index 946096f28cd658795b5a0f204c3f3924e07247d5..cd2e11acf5300b5d0a07ed21aea5302b50024650 100644 (file)
@@ -59,7 +59,8 @@ std::shared_ptr<ModelAPI_Session> ModelAPI_Session::get()
   return MY_MANAGER;
 }
 
-const ModelAPI_EventCreator* MY_API_CREATOR = 0;  ///< instance of the events creator, one pre application
+/// instance of the events creator, one pre application
+const ModelAPI_EventCreator* MY_API_CREATOR = 0;  
 
 const ModelAPI_EventCreator* ModelAPI_EventCreator::get()
 {