summaryrefslogtreecommitdiff
path: root/src/unitnumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unitnumber.h')
-rw-r--r--src/unitnumber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unitnumber.h b/src/unitnumber.h
index 89b1c0f..76496b9 100644
--- a/src/unitnumber.h
+++ b/src/unitnumber.h
@@ -9,6 +9,7 @@ public:
9 UnitNumber(); 9 UnitNumber();
10 virtual ~UnitNumber(); 10 virtual ~UnitNumber();
11 11
12 void parse1();
12 void multiply1(); 13 void multiply1();
13}; 14};
14 15