From bcced8069d9e2b980c8e180f54d0d643a5a8c2c5 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 12 Jan 2005 10:48:08 +0000 Subject: [PATCH] to avoid compilation error --- src/VISU_I/VISU_CorbaMedConvertor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_CorbaMedConvertor.cxx b/src/VISU_I/VISU_CorbaMedConvertor.cxx index d3bd9f89..b3336983 100644 --- a/src/VISU_I/VISU_CorbaMedConvertor.cxx +++ b/src/VISU_I/VISU_CorbaMedConvertor.cxx @@ -40,7 +40,7 @@ using namespace std; #define USER_INTERLACE MED_FULL_INTERLACE #ifdef _DEBUG_ -static int MYDEBUG = 0 +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif -- 2.39.2