summaryrefslogtreecommitdiff
path: root/include/codemaker/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/options.hxx')
-rw-r--r--include/codemaker/options.hxx2
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 );