comment change

This commit is contained in:
dickelbeck 2008-11-08 06:48:56 +00:00
parent 4164802288
commit a942b081d0
1 changed files with 1 additions and 2 deletions

View File

@ -255,8 +255,7 @@ static PATH* makePath( const POINT& aStart, const POINT& aEnd, const std::string
/**
* Struct wxString_less_than
* is used by the std:set<> and std::map<> instantiations below.
* See STRINGSET typedef and PINMAP typedef below.
* is used by std:set<> and std::map<> instantiations which use wxString as their key.
*/
struct wxString_less_than
{