]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Plugin.cpp
Salome HOME
Put groups to the separated plugin: Collection
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Plugin.cpp
index e69e107b39101fdc42adce4d24f72b63a2ab17d7..2c6c5772f67edf621366f20934e11c54f6418396 100644 (file)
@@ -48,8 +48,6 @@
 
 //#define SET_PLANES_COLOR_IN_PREFERENCES
 
-using namespace std;
-
 // the only created instance of this plugin
 static SketchPlugin_Plugin* MY_SKETCH_INSTANCE = new SketchPlugin_Plugin();
 
@@ -122,7 +120,7 @@ SketchPlugin_Plugin::SketchPlugin_Plugin()
 #endif
 }
 
-FeaturePtr SketchPlugin_Plugin::createFeature(string theFeatureID)
+FeaturePtr SketchPlugin_Plugin::createFeature(std::string theFeatureID)
 {
   if (theFeatureID == SketchPlugin_Sketch::ID()) {
     return FeaturePtr(new SketchPlugin_Sketch);