| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ce9d677 commit f764be2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,7 +129,7 @@ class KeyObjectData final : public MemoryRetainer { | |||
| 129 | 129 | KeyObjectData(KeyType type, | |
| 130 | 130 | std::shared_ptr<Mutex> mutex, | |
| 131 | 131 | std::shared_ptr<Data> data) | |
| 132 | - : key_type_(type), mutex_(mutex), data_(data) {} | ||
| 132 | + : key_type_(type), mutex_(std::move(mutex)), data_(std::move(data)) {} | ||
| 133 | 133 | }; | |
| 134 | 134 | ||
| 135 | 135 | class KeyObjectHandle : public BaseObject { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments