X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Session.cpp;h=fba142217242795d627b5727602fdcd30e076a0e;hb=0f22bfc2773dcbb793c2c9c6562d25e114250617;hp=946096f28cd658795b5a0f204c3f3924e07247d5;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Session.cpp b/src/ModelAPI/ModelAPI_Session.cpp index 946096f28..fba142217 100644 --- a/src/ModelAPI/ModelAPI_Session.cpp +++ b/src/ModelAPI/ModelAPI_Session.cpp @@ -37,8 +37,6 @@ #include #endif -using namespace std; - #ifdef _DEBUG #include #endif @@ -59,7 +57,8 @@ std::shared_ptr 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() {