From: ana Date: Tue, 29 Jan 2013 07:38:28 +0000 (+0000) Subject: Win32 compatibility X-Git-Tag: V6_main_FINAL~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7191e58797786c0ef70d8b95bb1c2e5810b3b3d0;p=modules%2Fgeom.git Win32 compatibility --- diff --git a/src/OBJECT/GEOM_Constants.h b/src/OBJECT/GEOM_Constants.h index 178ea2bfe..50474475a 100644 --- a/src/OBJECT/GEOM_Constants.h +++ b/src/OBJECT/GEOM_Constants.h @@ -28,6 +28,8 @@ #include +#include "GEOM_OBJECT_defs.hxx" + namespace GEOM { enum Property { @@ -55,12 +57,12 @@ namespace GEOM LastProperty = OutlineColor, }; - double minDeflection(); + GEOM_OBJECT_EXPORT double minDeflection(); - QString sectionSeparator(); - QString subSectionSeparator(); + GEOM_OBJECT_EXPORT QString sectionSeparator(); + GEOM_OBJECT_EXPORT QString subSectionSeparator(); - QString propertyName( Property ); + GEOM_OBJECT_EXPORT QString propertyName( Property ); }