X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FGUI%2FHYBRIDPluginGUI.cxx;h=cf3e669828189ca4115f41dc3fa0535adb608f9e;hb=1c64c894ac2db901a95bc3496fee49efddc65976;hp=b24765fc7b5e2543e1dd376789c15148d280ee04;hpb=fd160dbed3590adaa05551ca98f62fb380b6f95d;p=plugins%2Fhybridplugin.git diff --git a/src/GUI/HYBRIDPluginGUI.cxx b/src/GUI/HYBRIDPluginGUI.cxx index b24765f..cf3e669 100644 --- a/src/GUI/HYBRIDPluginGUI.cxx +++ b/src/GUI/HYBRIDPluginGUI.cxx @@ -18,11 +18,11 @@ // // --- -// File : GHS3DPluginGUI.cxx +// File : HYBRIDPluginGUI.cxx // Authors : Gilles DAVID (Euriware) // --- // -#include "GHS3DPluginGUI_HypothesisCreator.h" +#include "HYBRIDPluginGUI_HypothesisCreator.h" //============================================================================= /*! GetHypothesisCreator @@ -31,12 +31,12 @@ //============================================================================= extern "C" { - GHS3DPLUGINGUI_EXPORT + HYBRIDPLUGINGUI_EXPORT SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator( const QString& aHypType ) { SMESHGUI_GenericHypothesisCreator* aCreator = NULL; - if ( aHypType == "GHS3D_Parameters" ) - aCreator = new GHS3DPluginGUI_HypothesisCreator( aHypType ); + if ( aHypType == "HYBRID_Parameters" ) + aCreator = new HYBRIDPluginGUI_HypothesisCreator( aHypType ); return aCreator; } }