diff --git a/eo/tutorial/Templates/stat.tmpl b/eo/tutorial/Templates/stat.tmpl index cc3d1f84f..792c05730 100644 --- a/eo/tutorial/Templates/stat.tmpl +++ b/eo/tutorial/Templates/stat.tmpl @@ -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::value() = tmpStat; // store the stat in the eoParam value() field } virtual std::string className(void) const { return "eoMyStructStat"; }