From 5209da199b6fbeadd2aba1f460d7ea8b53ef05cb Mon Sep 17 00:00:00 2001 From: verel Date: Fri, 22 Apr 2011 12:05:10 +0000 Subject: [PATCH] A private -> protected in moNeighborhoodStat.h git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2209 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/continuator/moNeighborhoodStat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-mo/src/continuator/moNeighborhoodStat.h b/trunk/paradiseo-mo/src/continuator/moNeighborhoodStat.h index efc8efbb5..c3fdc278e 100644 --- a/trunk/paradiseo-mo/src/continuator/moNeighborhoodStat.h +++ b/trunk/paradiseo-mo/src/continuator/moNeighborhoodStat.h @@ -233,7 +233,7 @@ public : return "moNeighborhoodStat"; } -private: +protected: //the neighborhood Neighborhood& neighborhood ;