Skip to content

Commit 1a3775e

Browse files
committed
Fix build.
1 parent 6dd9c62 commit 1a3775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/Controllers/Controllers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ JsonValue ControllerOption::to_json() const{
7575
JsonObject obj;
7676
obj["DeviceType"] = m_current->type_name();
7777
obj["Parameters"] = m_current->to_json();
78-
return std::move(obj);
78+
return obj;
7979
}
8080

8181

0 commit comments

Comments
 (0)