Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Fixed compilation of project
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-romano committed Feb 27, 2017
1 parent 6b59f71 commit 65df864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mex-wholebodymodel/library/include/componentmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace mexWBIComponent
{
struct cmp_str : public std::binary_function<const char*, const char*, bool>
{
bool operator()(const char *pstr1, const char *pstr2) {
bool operator()(const char *pstr1, const char *pstr2) const {
return strcmp(pstr1, pstr2) < 0;
}
};
Expand Down

0 comments on commit 65df864

Please # to comment.