Salome HOME
Fix for PAL12857.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_InertiaDlg.h
index f636d1263811f1e00a21b8a6524105878f8b8889..085a3b6f4d010b34a384c8a594dbd13d7285d032 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -35,12 +35,18 @@ class MeasureGUI_1Sel12LineEdit_QTD;
 class gp_XYZ;
 class gp_Mat;
 
+#if defined WNT && defined MEASUREGUI_EXPORTS
+#define MEASUREGUI_EXPORT __declspec( dllexport )
+#else
+#define MEASUREGUI_EXPORT
+#endif
+
 //=================================================================================
 // class    : MeasureGUI_InertiaDlg
 // purpose  : Dialog for displaying moment of inertia
 //=================================================================================
 
-class MeasureGUI_InertiaDlg : public MeasureGUI_Skeleton
+class MEASUREGUI_EXPORT MeasureGUI_InertiaDlg : public MeasureGUI_Skeleton
 { 
     Q_OBJECT