declare parameters befor the ENDIF

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@354 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-06-21 15:13:19 +00:00
commit 5e242cafa8

View file

@ -96,10 +96,10 @@ private:
};
#endif /*MOEOOBJECTIVEVECTORTRAITS_H_*/
// The static variables of the moeoObjectiveVectorTraits class need to be allocated
// (maybe it would have been better to put this on a moeoObjectiveVectorTraits.cpp file)
unsigned moeoObjectiveVectorTraits::nObj;
std::vector < bool > moeoObjectiveVectorTraits::bObj;
#endif /*MOEOOBJECTIVEVECTORTRAITS_H_*/