X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cd74a14cda5b744af89240d2eef7d4b65a636c6..d441742626a54f7dd10888ebac5abcc0e55f9234:/docs/latex/wx/hashset.tex diff --git a/docs/latex/wx/hashset.tex b/docs/latex/wx/hashset.tex index 708fdd1084..56b59914ed 100644 --- a/docs/latex/wx/hashset.tex +++ b/docs/latex/wx/hashset.tex @@ -3,7 +3,7 @@ This is a simple, type-safe, and reasonably efficient hash set class, whose interface is a subset of the interface of STL containers. In particular, the interface is modeled after std::set, and the various, -non standard, std::hash\_map. +non-standard, std::hash\_map. \wxheading{Example}