Skip to content

Commit b5f6a9b

Browse files
committed
fix: add missing move
1 parent d55fb6b commit b5f6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/windows_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ namespace plugify {
110110
}
111111

112112
path.resize(size);
113-
return std::filesystem::path(path);
113+
return std::filesystem::path(std::move(path));
114114
}
115115

116116
bool SupportsRuntimePathModification() const override {

0 commit comments

Comments
 (0)