From: abd Date: Fri, 30 Jun 2006 11:49:53 +0000 (+0000) Subject: Right fix for Linux compilation X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=74bce7c26ccc3eb3693d648950a0d7c82dc419fe;p=modules%2Fkernel.git Right fix for Linux compilation --- diff --git a/src/TestContainer/SALOME_TestComponent_i.cxx b/src/TestContainer/SALOME_TestComponent_i.cxx index 2f42b009c..4e3a497a5 100644 --- a/src/TestContainer/SALOME_TestComponent_i.cxx +++ b/src/TestContainer/SALOME_TestComponent_i.cxx @@ -26,7 +26,9 @@ // Module : SALOME // $Header$ -//#define private protected +#ifndef WNT +# define private protected +#endif #include "utilities.h" #include "SALOME_TestComponent_i.hxx" #include