]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Windows compatibility V5_1_main_20100407
authorana <ana@opencascade.com>
Tue, 6 Apr 2010 13:42:27 +0000 (13:42 +0000)
committerana <ana@opencascade.com>
Tue, 6 Apr 2010 13:42:27 +0000 (13:42 +0000)
src/GUITOOLS/VisuGUI_GUITools.h

index ce22e182a41fd830789e8773b771fa8aa67d8a9f..6f90bdc3d43b70e19117ce695bf3648f8d9e8a9b 100644 (file)
 #ifndef VISUGUI_GUITOOLS_H
 #define VISUGUI_GUITOOLS_H
 
+#include "VisuGUITools.h"
+
 class SalomeApp_IntSpinBox;
 class SalomeApp_DoubleSpinBox;
 
 namespace VISU{
+  VISU_GUITOOLS_EXPORT
   void initSpinBox( SalomeApp_IntSpinBox*, const int, const int, const int );
+  VISU_GUITOOLS_EXPORT
   void initSpinBox( SalomeApp_DoubleSpinBox*, const double&, const double&, const double&, const char* );
 }