diff options
author | Mike Buland <mike@xagasoft.com> | 2013-05-10 08:36:15 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-05-10 08:36:15 -0600 |
commit | dc0139c1880d1500b3e275b09781116613862f5f (patch) | |
tree | 479c22d0003d14a227040aa939de622067278c55 /src/options.h | |
parent | 0e5e01b4d0d5f3f872d97c95bd57fd057e4fd5a1 (diff) | |
download | clic-dc0139c1880d1500b3e275b09781116613862f5f.tar.gz clic-dc0139c1880d1500b3e275b09781116613862f5f.tar.bz2 clic-dc0139c1880d1500b3e275b09781116613862f5f.tar.xz clic-dc0139c1880d1500b3e275b09781116613862f5f.zip |
Added more checking & unit-tests.
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 1085e1e..e0b7f33 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -16,6 +16,7 @@ private: | |||
16 | int selfTest( Bu::StringArray aArgs ); | 16 | int selfTest( Bu::StringArray aArgs ); |
17 | int textPrimes( Bu::StringArray aArgs ); | 17 | int textPrimes( Bu::StringArray aArgs ); |
18 | int isPrime( Bu::StringArray aArgs ); | 18 | int isPrime( Bu::StringArray aArgs ); |
19 | int convert( Bu::StringArray aArgs ); | ||
19 | 20 | ||
20 | int iScale; | 21 | int iScale; |
21 | int iRadix; | 22 | int iRadix; |