Added the complete reference to the base class in call for value()

because g++3.4 otherwise complains
This commit is contained in:
evomarc 2005-02-10 09:57:28 +00:00
commit d144ba2885

View file

@ -50,7 +50,7 @@ public :
// START Code for computing the statistics - in tmpStat
// tmpStat = blablabla
// END Code for computing the statistics
value() = tmpStat; // store the stat in the eoParam value() field
eoStat<EOT,double>::value() = tmpStat; // store the stat in the eoParam value() field
}
virtual std::string className(void) const { return "eoMyStructStat"; }