4ef32c
--- src/core/CLucene/util/VoidMap.h
4ef32c
+++ src/core/CLucene/util/VoidMap.h
4ef32c
@@ -316,6 +316,7 @@ public:
4ef32c
 		if ( _this::dk || _this::dv )
4ef32c
 			_this::remove(k);
4ef32c
 
4ef32c
+		(*this)[k] = v;
4ef32c
 	}
4ef32c
 };