blob: 158de4decc29af98b8b4f23c05b35c9f1a1f6674 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/core/CLucene/util/VoidMap.h
+++ b/src/core/CLucene/util/VoidMap.h
@@ -316,6 +316,7 @@ public:
if ( _this::dk || _this::dv )
_this::remove(k);
+ (*this)[k] = v;
}
};
|