Salome HOME
Fix of the processEvents call on Linux
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.cpp
index fd5db868fc7443bf50cd3b982f2a15c7b5fa291f..2d853ebd0ce1defd27172297efc257dad371eba0 100644 (file)
@@ -7,7 +7,7 @@
 using namespace std;
 
 // the only created instance of this plugin
-static ConstructionPlugin_Plugin* MY_INSTANCE = new ConstructionPlugin_Plugin();
+static ConstructionPlugin_Plugin* MY_CONSTRUCTION_INSTANCE = new ConstructionPlugin_Plugin();
 
 ConstructionPlugin_Plugin::ConstructionPlugin_Plugin()
 {