From 7191e58797786c0ef70d8b95bb1c2e5810b3b3d0 Mon Sep 17 00:00:00 2001 From: ana Date: Tue, 29 Jan 2013 07:38:28 +0000 Subject: [PATCH] Win32 compatibility --- src/OBJECT/GEOM_Constants.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 ); } -- 2.39.2