X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e89b438fe3c9bf47cf8ab5126f0d0938221851a..11f1e38e26e948d3c675c4d780eecee1073c0f99:/interface/wx/hashmap.h diff --git a/interface/wx/hashmap.h b/interface/wx/hashmap.h index 594d77caa0..b816f836fc 100644 --- a/interface/wx/hashmap.h +++ b/interface/wx/hashmap.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHashMap // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -11,7 +11,7 @@ This is a simple, type-safe, and reasonably efficient hash map class, whose interface is a subset of the interface of STL containers. - In particular, the interface is modeled after std::map, and the various, + In particular, the interface is modelled after std::map, and the various, non-standard, std::hash_map (http://www.cppreference.com/wiki/stl/map/start). Example: