X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_CenterMassDlg.h;h=1cee7d35762f123fe71981f423861b6185b7f81c;hb=09694149f868797f0d73b6b4f7310199cc15ded5;hp=bab31e6ea164505dd3879e882ea4aecf08c95cb3;hpb=732211808796539fcf1de34e06038e7fb015ece9;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_CenterMassDlg.h b/src/MeasureGUI/MeasureGUI_CenterMassDlg.h index bab31e6ea..1cee7d357 100644 --- a/src/MeasureGUI/MeasureGUI_CenterMassDlg.h +++ b/src/MeasureGUI/MeasureGUI_CenterMassDlg.h @@ -32,11 +32,17 @@ class MeasureGUI_1Sel3LineEdit_QTD; +#if defined WNT && defined MEASUREGUI_EXPORTS +#define MEASUREGUI_EXPORT __declspec( dllexport ) +#else +#define MEASUREGUI_EXPORT +#endif + //================================================================================= // class : MeasureGUI_CenterMassDlg // purpose : //================================================================================= -class MeasureGUI_CenterMassDlg : public GEOMBase_Skeleton +class MEASUREGUI_EXPORT MeasureGUI_CenterMassDlg : public GEOMBase_Skeleton { Q_OBJECT