diff options
-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 f44febc8a06e..dfc70c12b81b 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -22,7 +22,7 @@ #include <rtl/strbuf.hxx> #include <osl/diagnose.h> -static const OString sGlobal("::"); +const OString sGlobal("::"); static OString convertName(const OString& name) { |