File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ class Document final
239239 std::chrono::milliseconds getWopiDownloadDuration () const { return _wopiDownloadDuration; }
240240 void setWopiUploadDuration (const std::chrono::milliseconds wopiUploadDuration) { _wopiUploadDuration = wopiUploadDuration; }
241241 std::chrono::milliseconds getWopiUploadDuration () const { return _wopiUploadDuration; }
242- void setProcSMapsFp (std::weak_ptr<FILE> procSMaps) { _procSMaps = procSMaps; }
242+ void setProcSMapsFp (std::weak_ptr<FILE> procSMaps) { _procSMaps = std::move ( procSMaps) ; }
243243 bool hasMemDirtyChanged () const { return _hasMemDirtyChanged; }
244244 void setMemDirtyChanged (bool changeStatus) { _hasMemDirtyChanged = changeStatus; }
245245 time_t getBadBehaviorDetectionTime () const { return _badBehaviorDetectionTime; }
You can’t perform that action at this time.
0 commit comments