From 85d416c7e50a090992ac4ab211f332e2b55f4e8e Mon Sep 17 00:00:00 2001 From: mnt Date: Thu, 12 May 2016 12:51:15 +0300 Subject: [PATCH] Fix compilation problem --- src/OBJECT/SMESH_Actor.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2