diff --git a/src/base/statistics.hh b/src/base/statistics.hh index dd3cf5e9ce..cc1b59e7f0 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -337,6 +337,9 @@ class DataWrapVec : public DataWrap 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!