summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index a7453ab..dc28190 100644
--- a/src/options.h
+++ b/src/options.h
@@ -24,6 +24,10 @@ private:
24 24
25 int iScale; 25 int iScale;
26 int iRadix; 26 int iRadix;
27
28private:
29 void printError( const Bu::String &sMsg );
30 void printNumber( const class Number &rNum );
27}; 31};
28 32
29#endif 33#endif