]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Win32 compatibility
authorana <ana@opencascade.com>
Tue, 29 Jan 2013 07:38:28 +0000 (07:38 +0000)
committerana <ana@opencascade.com>
Tue, 29 Jan 2013 07:38:28 +0000 (07:38 +0000)
src/OBJECT/GEOM_Constants.h

index 178ea2bfecc943fb7228920ade75162db194ba38..50474475ae185120b20e8febc00de3daa91d9c48 100644 (file)
@@ -28,6 +28,8 @@
 
 #include <QString>
 
+#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 );
 }