X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d31cf4000a050737bf7917a65a550237a16e123..ec59d2ccea39b0225f49e6dd326d4d11940d656d:/docs/latex/wx/hashmap.tex diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index 5649d907eb..16215785f9 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 modelled after std::map, and the various, -non standard, std::hash_map. +non standard, std::hash\_map. \wxheading{Example}