const added in method int flag()

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1691 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-12 09:56:26 +00:00
commit 11b2b45c12

View file

@ -345,7 +345,7 @@ class MOEO : public EO < MOEOObjectiveVector >
* Getter for "flag"
* @return the flag value
*/
int flag(){
int flag() const{
return flagValue;
}