diff options
Diffstat (limited to 'base/statistics.hh')
-rw-r--r-- | base/statistics.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index 056adea57..2fe6988b0 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2277,6 +2277,7 @@ struct StatBin : public GenBin int _size; public: + enum { binned = true }; VectorBin() : _size(0) {} bool initialized() const { return _size > 0; } @@ -2762,7 +2763,7 @@ class Formula : public Detail::VectorStat void check(); void dump(std::ostream &stream); void reset(); -void regReset(Callback *cb); +void RegResetCallback(Callback *cb); inline Detail::Temp operator+(Detail::Temp l, Detail::Temp r) |