X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_PointDlg.h;h=ca27898166fbbce81903e22b34ac4b820edcc8bc;hb=7eb7482caa7ca748b62c0ed49026a5d92d1ff535;hp=7f86aca17c706548f4d84b0f2c174a460590b0d6;hpb=9499b99fe2dcb53e1ea364f97986f8f432b04600;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_PointDlg.h b/src/MeasureGUI/MeasureGUI_PointDlg.h index 7f86aca17..ca2789816 100644 --- a/src/MeasureGUI/MeasureGUI_PointDlg.h +++ b/src/MeasureGUI/MeasureGUI_PointDlg.h @@ -28,22 +28,18 @@ #ifndef MEASUREGUI_POINTDLG_H #define MEASUREGUI_POINTDLG_H +#include "GEOM_MeasureGUI.hxx" + #include "MeasureGUI_Skeleton.h" class QLineEdit; -#if defined WNT && defined MEASUREGUI_EXPORTS -#define MEASUREGUI_EXPORT __declspec( dllexport ) -#else -#define MEASUREGUI_EXPORT -#endif - //================================================================================= // class : MeasureGUI_PointDlg // purpose : Dialog for displaying point coordinates //================================================================================= -class MEASUREGUI_EXPORT MeasureGUI_PointDlg : public MeasureGUI_Skeleton +class GEOM_MEASUREGUI_EXPORT MeasureGUI_PointDlg : public MeasureGUI_Skeleton { Q_OBJECT