diff options
-rw-r--r-- | base/statistics.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index ca0666990..aaebaef0f 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2780,7 +2780,10 @@ class FormulaBase : public DataAccess }; class Temp; -class Formula : public WrapVec<Formula, FormulaBase, VectorData> +class Formula + : public WrapVec<Formula, + FormulaBase, + VectorData> { public: /** |