Skip to content

Commit e89d57d

Browse files
committed
Fix Linux build.
1 parent c57b218 commit e89d57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdParty/ONNX/OnnxToolsPA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inline std::wstring str_to_onnx_str(const std::string& str){
2626

2727

2828
inline std::string str_to_onnx_str(std::string str){
29-
return std::move(str);
29+
return str;
3030
}
3131

3232

0 commit comments

Comments
 (0)