]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Plugin.cpp
Salome HOME
Fix of the processEvents call on Linux
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Plugin.cpp
index 40749b1919a6a57ee935ac70d29391548ebe6ca6..ba178fe6526935a58b93fa4a102ff5afdc7e398e 100644 (file)
@@ -21,7 +21,7 @@
 using namespace std;
 
 // the only created instance of this plugin
-static SketchPlugin_Plugin* MY_INSTANCE = new SketchPlugin_Plugin();
+static SketchPlugin_Plugin* MY_SKETCH_INSTANCE = new SketchPlugin_Plugin();
 
 SketchPlugin_Plugin::SketchPlugin_Plugin()
 {