summaryrefslogtreecommitdiffstats
path: root/sal/rtl/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/hash.cxx')
-rw-r--r--sal/rtl/hash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/hash.cxx b/sal/rtl/hash.cxx
index 1599343bde3a..e12095f3d9e5 100644
--- a/sal/rtl/hash.cxx
+++ b/sal/rtl/hash.cxx
@@ -38,7 +38,7 @@ typedef StringHashTableImpl StringHashTable;
static StringHashTable *rtl_str_hash_new(sal_uInt32 nSize);
static void rtl_str_hash_free(StringHashTable *pHash);
-StringHashTable * getHashTable()
+static StringHashTable * getHashTable()
{
static StringHashTable *pInternPool = nullptr;
if (!pInternPool)