diff options
Diffstat (limited to 'include/codemaker/options.hxx')
-rw-r--r-- | include/codemaker/options.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx index b3a4e5c330da..c158eaeba628 100644 --- a/include/codemaker/options.hxx +++ b/include/codemaker/options.hxx @@ -47,7 +47,7 @@ public: Options(); virtual ~Options(); - virtual bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False) + virtual bool initOptions(int ac, char* av[], bool bCmdFile=false) throw( IllegalArgument ) = 0; virtual ::rtl::OString prepareHelp() = 0; |