summaryrefslogtreecommitdiff
path: root/sal/rtl/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/hash.cxx')
-rw-r--r--sal/rtl/hash.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/rtl/hash.cxx b/sal/rtl/hash.cxx
index 4cbe1da785c6..4fed60889f50 100644
--- a/sal/rtl/hash.cxx
+++ b/sal/rtl/hash.cxx
@@ -26,12 +26,16 @@
#include <osl/diagnose.h>
#include <sal/macros.h>
+namespace {
+
struct StringHashTableImpl {
sal_uInt32 nEntries;
sal_uInt32 nSize;
rtl_uString **pData;
};
+}
+
typedef StringHashTableImpl StringHashTable;
// Only for use in the implementation