Salome HOME
Create icons dependent on a shape of bodies result type
[modules/shaper.git] / src / ModuleBase / ModuleBase_IconFactory.cpp
index f87fa91f3c0b65b0b147056e0bbd633b06564901..ed2719816e245dba947607a30edce4ed24e98c57 100644 (file)
 ModuleBase_IconFactory* MYIconFactory = 0;
 
 
+ModuleBase_IconFactory::ModuleBase_IconFactory()
+{
+  setFactory(this);
+}
+
 void ModuleBase_IconFactory::setFactory(ModuleBase_IconFactory* theFactory)
 {
   if (MYIconFactory)