summaryrefslogtreecommitdiff
path: root/src/unitparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unitparser.h')
-rw-r--r--src/unitparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unitparser.h b/src/unitparser.h
index 4f9bc33..744deef 100644
--- a/src/unitparser.h
+++ b/src/unitparser.h
@@ -10,6 +10,7 @@ public:
10 virtual ~UnitParser(); 10 virtual ~UnitParser();
11 11
12 void order1(); 12 void order1();
13 void assignment();
13}; 14};
14 15
15#endif 16#endif