]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
fixed wxGetKeyState to get current status of non-togle keys, and to
[wxWidgets.git] / include / wx / hashmap.h
index a418d7be6100efc54c369a6149dfcfc4eec31543..ee6c1420325936b813d9c7000a717bde0a164568 100644 (file)
@@ -655,5 +655,12 @@ public: \
         (hashmap).clear();                                                   \
     }
 
+//---------------------------------------------------------------------------
+// Declarations of common hashmap classes
+
+WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual,
+                               wxLongToLongHashMap, class WXDLLIMPEXP_BASE );
+
+
 #endif // _WX_HASHMAP_H_