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 2d7ddbf1d07e..5a0f0dba3d70 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -52,7 +52,7 @@ public:
const ::rtl::OString& getProgramName() const { return m_program;}
bool isValid(const ::rtl::OString& option) const;
- const ::rtl::OString getOption(const ::rtl::OString& option) const
+ const OString& getOption(const ::rtl::OString& option) const
throw( IllegalArgument );
const StringVector& getInputFiles() { return m_inputFiles;}