]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hash.tex
implemented nested index entries and index entries pointing to multiple documents...
[wxWidgets.git] / docs / latex / wx / hash.tex
index 7c40c94995acc548f05c73bf8ccfded78d23619b..37cd59f4d7c6868cecb48ce6201a416addd9be83 100644 (file)
@@ -20,7 +20,7 @@ key.
 Below is an example of using a hash table.
 
 \begin{verbatim}
-  wxHashTable table(KEY_STRING);
+  wxHashTable table(wxKEY_STRING);
 
   wxPoint *point = new wxPoint(100, 200);
   table.Put("point 1", point);