diff --git a/include/common.h b/include/common.h index 619e3532f0..1fb3d5d12f 100644 --- a/include/common.h +++ b/include/common.h @@ -356,7 +356,7 @@ namespace std size_t operator()( const wxString& s ) const; }; - template<> struct std::less + template<> struct less { bool operator()( const wxPoint& aA, const wxPoint& aB ) const; };