summaryrefslogtreecommitdiff
path: root/src/base/statistics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/statistics.cc')
-rw-r--r--src/base/statistics.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/statistics.cc b/src/base/statistics.cc
index 1f3562384..8a896f8cd 100644
--- a/src/base/statistics.cc
+++ b/src/base/statistics.cc
@@ -206,7 +206,7 @@ Info::enable()
}
void
-VectorInfoBase::enable()
+VectorInfo::enable()
{
size_type s = size();
if (subnames.size() < s)
@@ -216,7 +216,7 @@ VectorInfoBase::enable()
}
void
-VectorDistInfoBase::enable()
+VectorDistInfo::enable()
{
size_type s = size();
if (subnames.size() < s)
@@ -226,7 +226,7 @@ VectorDistInfoBase::enable()
}
void
-Vector2dInfoBase::enable()
+Vector2dInfo::enable()
{
if (subnames.size() < x)
subnames.resize(x);