]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hashmap.h
Add wxSize::IncBy() and DecBy() overloads taking wxPoint.
[wxWidgets.git] / interface / wx / hashmap.h
index 4b4dda022559bfdba6fe7d4c79950fbccd63a12b..594d77caa08576928a1e3c66cfe980558ad169e0 100644 (file)
@@ -228,7 +228,8 @@ public:
     /**
         If an element with the given key is present, the functions returns an
         iterator pointing at that element, otherwise an invalid iterator is
-        returned; i.e.
+        returned.
+
         @code
             hashmap.find( non_existent_key ) == hashmap.end()
         @endcode