| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c23bbc6 commit 892e7b0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ class MapKVStore final : public KVStore { | |||
| 47 | 47 | std::shared_ptr<KVStore> Clone(Isolate* isolate) const override; | |
| 48 | 48 | ||
| 49 | 49 | MapKVStore() = default; | |
| 50 | - MapKVStore(const MapKVStore& other) : map_(other.map_) {} | ||
| 50 | + MapKVStore(const MapKVStore& other) : KVStore(), map_(other.map_) {} | ||
| 51 | 51 | ||
| 52 | 52 | private: | |
| 53 | 53 | mutable Mutex mutex_; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments