diff options
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/reflread.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index 64e1de75460e..8c88e05a7254 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -33,8 +33,8 @@ #include <cstddef> -static sal_Char NULL_STRING[1] = { 0 }; -static sal_Unicode NULL_WSTRING[1] = { 0 }; +static const sal_Char NULL_STRING[1] = { 0 }; +static const sal_Unicode NULL_WSTRING[1] = { 0 }; const sal_uInt32 magic = 0x12345678; const sal_uInt16 minorVersion = 0x0000; |