summaryrefslogtreecommitdiffstats
path: root/codemaker/source/codemaker/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/codemaker/options.cxx')
-rw-r--r--codemaker/source/codemaker/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/codemaker/options.cxx b/codemaker/source/codemaker/options.cxx
index 2d85b35a9823..906ae69ecba1 100644
--- a/codemaker/source/codemaker/options.cxx
+++ b/codemaker/source/codemaker/options.cxx
@@ -33,7 +33,7 @@ const OString& Options::getOption(const OString& option) const
OptionMap::const_iterator i(m_options.find(option));
if (i == m_options.end())
{
- throw IllegalArgument("Option is not valid or currently not set.");
+ throw IllegalArgument("Option is not valid or currently not set."_ostr);
}
return i->second;
}