diff options
Diffstat (limited to 'src/base/statistics.hh')
-rw-r--r-- | src/base/statistics.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index f3b6ae39f..dd3cf5e9c 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -331,6 +331,12 @@ class DataWrapVec : public DataWrap<Derived, InfoProxyType> public: typedef InfoProxyType<Derived> Info; + DataWrapVec() + {} + + DataWrapVec(const DataWrapVec &ref) + {} + // The following functions are specific to vectors. If you use them // in a non vector context, you will get a nice compiler error! |