summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/source/reflread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 346fce02a8b7..8d14bf664117 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -189,7 +189,7 @@ public:
sal_uInt16 m_numOfStrings;
sal_uInt16 m_stringsCopied;
- StringCache(sal_uInt16 size); // throws std::bad_alloc
+ explicit StringCache(sal_uInt16 size); // throws std::bad_alloc
~StringCache();
const sal_Unicode* getString(sal_uInt16 index);