Skip to content

Commit

Permalink
libYARP_manager: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed May 14, 2018
1 parent 1a180f6 commit 7723709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libYARP_manager/include/yarp/manager/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class ErrorLogger
int warningCount(void);

private:
ErrorLogger(){};
ErrorLogger(ErrorLogger const&){};
ErrorLogger(){}
ErrorLogger(ErrorLogger const&){}
std::vector<std::string> errors;
std::vector<std::string> warnings;
};
Expand Down

0 comments on commit 7723709

Please sign in to comment.