From e74a97e6fc434c7205417e5f4557a8519e8df443 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 14 Feb 2012 12:32:17 +0000 Subject: [PATCH] Build SALOME on win32 platform. --- src/GEOMGUI/GeometryGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index a230d3725..674eb2869 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1696,7 +1696,7 @@ void GeometryGUI::createPreferences() LightApp_Preferences::Selector, "Geometry", "back_material" ); - int nb = 4; + const int nb = 4; int wd[nb]; int iter=0; -- 2.39.2