aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/map.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/parser/map.ixx')
-rw-r--r--libxsde/xsde/cxx/parser/map.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsde/xsde/cxx/parser/map.ixx b/libxsde/xsde/cxx/parser/map.ixx
index 3a1f931..0f5e477 100644
--- a/libxsde/xsde/cxx/parser/map.ixx
+++ b/libxsde/xsde/cxx/parser/map.ixx
@@ -19,7 +19,7 @@ namespace xsde
inline parser_map_impl::
parser_map_impl (size_t buckets)
- : map_ (buckets, sizeof (parser_base*))
+ : map_ (buckets, sizeof (parser_base*)), resetting_ (false)
{
}