diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/statistics.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index 4afdf2391..bd70cf8a0 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -717,6 +717,7 @@ class VectorBase : public VectorStat return *this; } + /** Friend this class with the associated scalar proxy. */ friend class ScalarProxy<T, Storage, Bin>; /** |