From: mnt Date: Thu, 12 May 2016 09:51:15 +0000 (+0300) Subject: Fix compilation problem X-Git-Tag: V7_8_0rc1~8^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=85d416c7e50a090992ac4ab211f332e2b55f4e8e Fix compilation problem --- diff --git a/src/OBJECT/SMESH_Actor.cxx b/src/OBJECT/SMESH_Actor.cxx index af0a9ab7a..b0136d8e4 100644 --- a/src/OBJECT/SMESH_Actor.cxx +++ b/src/OBJECT/SMESH_Actor.cxx @@ -83,6 +83,8 @@ #ifdef _DEBUG_ static int MYDEBUG = 0; +#else +static int MYDEBUG = 0; #endif static int aLineWidthInc = 2;