From b538b2b5a5c9c77a93af97c4543453e1545ee132 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 30 Oct 2015 10:45:06 +0100 Subject: [PATCH] Fix compilation problem in GCC5.2 with C++11 activated. --- src/TestContainer/SALOME_TestComponent_i.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2