Skip to content

Commit

Permalink
fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 9, 2023
1 parent bbacdfb commit f11ac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/control/im_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected Q_SLOTS:
void setConstraints (const std::string& value);
void setGains (const std::string& value);
void setControllers (const std::string& value);
void setTracker (const std::string& value);
void setTrackers (const std::string& value);
void setOdomSources (const std::string& value);
void setLatEstimators (const std::string& value);
void setAltEstimators (const std::string& value);
Expand Down

0 comments on commit f11ac92

Please sign in to comment.