mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 05:35:12 +02:00
10 lines
186 B
Diff
10 lines
186 B
Diff
--- src/core/CLucene/util/VoidMap.h
|
|
+++ src/core/CLucene/util/VoidMap.h
|
|
@@ -316,6 +316,7 @@ public:
|
|
if ( _this::dk || _this::dv )
|
|
_this::remove(k);
|
|
|
|
+ (*this)[k] = v;
|
|
}
|
|
};
|
|
|