From 74bce7c26ccc3eb3693d648950a0d7c82dc419fe Mon Sep 17 00:00:00 2001 From: abd Date: Fri, 30 Jun 2006 11:49:53 +0000 Subject: [PATCH] Right fix for Linux compilation --- src/TestContainer/SALOME_TestComponent_i.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2