From: ana Date: Tue, 6 Apr 2010 13:42:27 +0000 (+0000) Subject: Windows compatibility X-Git-Tag: V5_1_main_20100407 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=239f739e4e07d8b9ab2d966336c72292b70e25c5;p=modules%2Fvisu.git Windows compatibility --- diff --git a/src/GUITOOLS/VisuGUI_GUITools.h b/src/GUITOOLS/VisuGUI_GUITools.h index ce22e182..6f90bdc3 100644 --- a/src/GUITOOLS/VisuGUI_GUITools.h +++ b/src/GUITOOLS/VisuGUI_GUITools.h @@ -26,11 +26,15 @@ #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* ); }