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