summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/statistics.cc2
-rw-r--r--base/statistics.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/statistics.cc b/base/statistics.cc
index afe613455..fe20a7281 100644
--- a/base/statistics.cc
+++ b/base/statistics.cc
@@ -1022,7 +1022,7 @@ dump(ostream &stream)
CallbackQueue resetQueue;
void
-RegResetCallback(Callback *cb)
+registerResetCallback(Callback *cb)
{
resetQueue.add(cb);
}
diff --git a/base/statistics.hh b/base/statistics.hh
index 7d2cdf869..732d1766a 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -2946,7 +2946,7 @@ class Temp
void check();
void dump(std::ostream &stream);
void reset();
-void RegResetCallback(Callback *cb);
+void registerResetCallback(Callback *cb);
inline Temp
operator+(Temp l, Temp r)