diff options
Diffstat (limited to '')
-rw-r--r-- | src/formula.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/formula.cpp b/src/formula.cpp index a7d9347..3f52cad 100644 --- a/src/formula.cpp +++ b/src/formula.cpp | |||
@@ -7,5 +7,8 @@ | |||
7 | 7 | ||
8 | #include "formula.h" | 8 | #include "formula.h" |
9 | 9 | ||
10 | subExceptionDef( ParseException ); | 10 | namespace Bu |
11 | { | ||
12 | subExceptionDef( FormulaException ); | ||
13 | } | ||
11 | 14 | ||