diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 01:27:25 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 01:27:25 -0700 |
commit | 4e183dbc4cf61855bd4353017683e02f19f89461 (patch) | |
tree | a6d7dbd236a11710f4a9a72fbd76fc700b4956e0 /src/options.h | |
parent | 90e4545e2e59462786169637fe58b574d07b9ee1 (diff) | |
download | stage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.gz stage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.bz2 stage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.xz stage-4e183dbc4cf61855bd4353017683e02f19f89461.zip |
Mingw builds automaticaly now.0.01
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 7fe2633..09ad19a 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -17,7 +17,9 @@ public: | |||
17 | 17 | ||
18 | Bu::String sFile; | 18 | Bu::String sFile; |
19 | 19 | ||
20 | protected: | ||
20 | int version( Bu::Array<Bu::String> aArgs ); | 21 | int version( Bu::Array<Bu::String> aArgs ); |
22 | int nonOption( Bu::Array<Bu::String> aArgs ); | ||
21 | }; | 23 | }; |
22 | 24 | ||
23 | #endif | 25 | #endif |