diff options
Diffstat (limited to 'include/codemaker')
-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 369f8818e77b..0c71b7537142 100644 --- a/include/codemaker/options.hxx +++ b/include/codemaker/options.hxx @@ -52,7 +52,7 @@ public: virtual ::rtl::OString prepareHelp() = 0; - const ::rtl::OString& getProgramName() const; + const ::rtl::OString& getProgramName() const { return m_program;} bool isValid(const ::rtl::OString& option) const; const ::rtl::OString getOption(const ::rtl::OString& option) const throw( IllegalArgument ); |