summaryrefslogtreecommitdiff
path: root/include/formula/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/types.hxx')
-rw-r--r--include/formula/types.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/formula/types.hxx b/include/formula/types.hxx
index c9e29929b9c5..c0c8b64c2498 100644
--- a/include/formula/types.hxx
+++ b/include/formula/types.hxx
@@ -22,12 +22,11 @@
#include <boost/intrusive_ptr.hpp>
-namespace formula {
-
+namespace formula
+{
class FormulaToken;
-typedef ::boost::intrusive_ptr<FormulaToken> FormulaTokenRef;
-typedef ::boost::intrusive_ptr<const FormulaToken> FormulaConstTokenRef;
-
+typedef ::boost::intrusive_ptr<FormulaToken> FormulaTokenRef;
+typedef ::boost::intrusive_ptr<const FormulaToken> FormulaConstTokenRef;
}
#endif