diff options
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r-- | registry/source/regimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index d8a77394f2ac..e049cf147c18 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -145,7 +145,7 @@ private: store::OStoreFile m_file; KeyMap m_openKeyTable; - static constexpr OUStringLiteral ROOT { "/" }; + static constexpr OUStringLiteral ROOT { u"/" }; }; #endif |