diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdeclaration.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx index e3c5dff52682..58939868aac3 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -22,7 +22,7 @@ #include <rtl/strbuf.hxx> #include <osl/diagnose.h> -const OStringLiteral sGlobal("::"); +constexpr OStringLiteral sGlobal("::"); static OString convertName(const OString& name) { |