Compile fix for OS X.

master
Tonya Souther 2017-02-04 10:25:25 -06:00
parent 65aaac2924
commit 76fe127f76
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ private:
// not always equal &typeid(A) in some other part. Use special comparator.
struct type_info_ptr_comp
{
bool operator()(const std::type_info* lhs, const std::type_info* rhs)
bool operator()(const std::type_info* lhs, const std::type_info* rhs) const
{
return lhs->before(*rhs);
}