Avoid doubling-up std namespace
This commit is contained in:
parent
4e99b0d0e7
commit
0f3fc4b6eb
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue