Skip to content

Commit

Permalink
- fix compilation on newer GCC's
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Oct 27, 2011
1 parent 59ed663 commit 53403e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmod_objects.h
Expand Up @@ -187,7 +187,7 @@ class mmod_filters
typedef std::map<std::string, std::multimap<int,int> > IndexOfViews; //(object, multimap index of <framenum,view index>)
IndexOfViews ViewIndex; // (obj, framenum => index of that view in mmod_feature)

mmod_filters(std::string modality) { mode = modality;};
mmod_filters(std::string modality = "") { mode = modality;};

//SERIALIZATION
template<class Archive>
Expand Down

0 comments on commit 53403e9

Please sign in to comment.