Added the complete reference to the base class in call for value()
because g++3.4 otherwise complains
This commit is contained in:
parent
5cd40b50ae
commit
d144ba2885
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public :
|
||||||
// START Code for computing the statistics - in tmpStat
|
// START Code for computing the statistics - in tmpStat
|
||||||
// tmpStat = blablabla
|
// tmpStat = blablabla
|
||||||
// END Code for computing the statistics
|
// 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"; }
|
virtual std::string className(void) const { return "eoMyStructStat"; }
|
||||||
|
|
|
||||||
Reference in a new issue