We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd9c62 commit 1a3775eCopy full SHA for 1a3775e
SerialPrograms/Source/Controllers/Controllers.cpp
@@ -75,7 +75,7 @@ JsonValue ControllerOption::to_json() const{
75
JsonObject obj;
76
obj["DeviceType"] = m_current->type_name();
77
obj["Parameters"] = m_current->to_json();
78
- return std::move(obj);
+ return obj;
79
}
80
81
0 commit comments