Skip to content

Commit

Permalink
fix signed / unsigned warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 26, 2020
1 parent 69f93f9 commit 60f8e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/interactive_markers/interactive_marker_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class InteractiveMarkerClient : boost::noncopyable
StatusCallback status_cb_;

// this allows us to detect if a server died (in most cases)
int last_num_publishers_;
uint32_t last_num_publishers_;

// if false, auto-completed markers will have alpha = 1.0
bool enable_autocomplete_transparency_;
Expand Down

0 comments on commit 60f8e10

Please sign in to comment.