X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.cpp;h=c6dcfa2281a349f75478c44aedeb2c48a1e0d581;hb=29e92b65cd20fe014dc7d946034cc47e500e21e1;hp=aa7b4e383f47e0d4298d138e4c26fb6407b0a877;hpb=99aeba9e9b3a1144c68c9a6945c356a349a3a50a;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index aa7b4e383..c6dcfa228 100755 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -156,7 +156,7 @@ PartSet_Module::PartSet_Module(ModuleBase_IWorkshop* theWshop) myRoot(0), myIsOperationIsLaunched(false) { - new PartSet_IconFactory(); + new PartSet_IconFactory(this); mySketchMgr = new PartSet_SketcherMgr(this); mySketchReentrantMgr = new PartSet_SketcherReentrantMgr(theWshop);