From: Anthony Geay Date: Fri, 30 Oct 2015 09:45:06 +0000 (+0100) Subject: Fix compilation problem in GCC5.2 with C++11 activated. X-Git-Tag: V8_0_pre X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b538b2b5a5c9c77a93af97c4543453e1545ee132;p=modules%2Fkernel.git Fix compilation problem in GCC5.2 with C++11 activated. --- diff --git a/src/TestContainer/SALOME_TestComponent_i.cxx b/src/TestContainer/SALOME_TestComponent_i.cxx index c13fe8f6d..621d767b4 100644 --- a/src/TestContainer/SALOME_TestComponent_i.cxx +++ b/src/TestContainer/SALOME_TestComponent_i.cxx @@ -26,9 +26,7 @@ // Module : SALOME // $Header$ // -#ifndef WIN32 -# define private protected -#endif + #include "utilities.h" #include "SALOME_TestComponent_i.hxx" #include