summaryrefslogtreecommitdiff
path: root/src/unitparser.h
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2014-11-24 15:51:08 -0700
committerMike Buland <mike@xagasoft.com>2014-11-24 15:51:08 -0700
commit3320e1496b1d099f63dea869f4a1cc19630dc3a9 (patch)
treec56f8262951481376122650e9bc1c49358e304f1 /src/unitparser.h
parentf2f92156531b49da71067336ef0724f411226644 (diff)
downloadclic-3320e1496b1d099f63dea869f4a1cc19630dc3a9.tar.gz
clic-3320e1496b1d099f63dea869f4a1cc19630dc3a9.tar.bz2
clic-3320e1496b1d099f63dea869f4a1cc19630dc3a9.tar.xz
clic-3320e1496b1d099f63dea869f4a1cc19630dc3a9.zip
Fixed an annoying parsing bug.0.10
Diffstat (limited to '')
-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