diff options
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/options.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/codemaker/options.cxx b/codemaker/source/codemaker/options.cxx index f4f318576b5a..83d0b2fd5633 100644 --- a/codemaker/source/codemaker/options.cxx +++ b/codemaker/source/codemaker/options.cxx @@ -37,7 +37,7 @@ bool Options::isValid(const OString& option) const return m_options.find(option) != m_options.end(); } -const OString Options::getOption(const OString& option) const +const OString& Options::getOption(const OString& option) const throw( IllegalArgument ) { OptionMap::const_iterator i(m_options.find(option)); |