aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hashmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hashmap.hxx')
-rw-r--r--libxsde/xsde/cxx/hashmap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hashmap.hxx b/libxsde/xsde/cxx/hashmap.hxx
index 9b85fa4..c2562e1 100644
--- a/libxsde/xsde/cxx/hashmap.hxx
+++ b/libxsde/xsde/cxx/hashmap.hxx
@@ -117,6 +117,8 @@ namespace xsde
hash (size_t hash, const char*, size_t n);
protected:
+ // Keep these types POD.
+ //
struct bucket
{
size_t size_;