X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cd74a14cda5b744af89240d2eef7d4b65a636c6..d441742626a54f7dd10888ebac5abcc0e55f9234:/docs/latex/wx/hashmap.tex diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index 67427d640b..ebb9c60e6a 100644 --- a/docs/latex/wx/hashmap.tex +++ b/docs/latex/wx/hashmap.tex @@ -3,7 +3,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, -non standard, std::hash\_map. +non-standard, std::hash\_map. \wxheading{Example}