Avoid doubling-up std namespace

This commit is contained in:
Seth Hillbrand 2018-04-12 09:38:45 -07:00
parent 4e99b0d0e7
commit 0f3fc4b6eb
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ namespace std
size_t operator()( const wxString& s ) const;
};
template<> struct std::less<wxPoint>
template<> struct less<wxPoint>
{
bool operator()( const wxPoint& aA, const wxPoint& aB ) const;
};