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 744deef..c3b3687 100644
--- a/src/unitparser.h
+++ b/src/unitparser.h
@@ -11,6 +11,7 @@ public:
11 11
12 void order1(); 12 void order1();
13 void assignment(); 13 void assignment();
14 void parse1();
14}; 15};
15 16
16#endif 17#endif