From 239f739e4e07d8b9ab2d966336c72292b70e25c5 Mon Sep 17 00:00:00 2001 From: ana Date: Tue, 6 Apr 2010 13:42:27 +0000 Subject: [PATCH] Windows compatibility --- src/GUITOOLS/VisuGUI_GUITools.h | 4 ++++ 1 file changed, 4 insertions(+) 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* ); } -- 2.39.2