|
|
|
@ -355,13 +355,18 @@ namespace std |
|
|
|
{ |
|
|
|
size_t operator()( const wxString& s ) const; |
|
|
|
}; |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
/// Required to use wxPoint as key type in maps |
|
|
|
#define USE_KICAD_WXPOINT_LESS // for common.cpp |
|
|
|
namespace std |
|
|
|
{ |
|
|
|
template<> struct less<wxPoint> |
|
|
|
{ |
|
|
|
bool operator()( const wxPoint& aA, const wxPoint& aB ) const; |
|
|
|
}; |
|
|
|
|
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif // INCLUDE__COMMON_H_ |