summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/statistics.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh
index dd3cf5e9c..cc1b59e7f 100644
--- a/src/base/statistics.hh
+++ b/src/base/statistics.hh
@@ -337,6 +337,9 @@ class DataWrapVec : public DataWrap<Derived, InfoProxyType>
DataWrapVec(const DataWrapVec &ref)
{}
+ void operator=(const DataWrapVec &)
+ {}
+
// The following functions are specific to vectors. If you use them
// in a non vector context, you will get a nice compiler error!