Skip to content

Commit

Permalink
fix ros#88
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Jul 10, 2019
1 parent c833c6e commit 467471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodelet/src/nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class NodeletArgumentParsing
bool is_bond_enabled_;

public:
//NodeletArgumentParsing() { };
NodeletArgumentParsing() : is_bond_enabled_(true) { };
bool
parseArgs(int argc, char** argv)
{
Expand Down

0 comments on commit 467471d

Please sign in to comment.