]> git.saurik.com Git - wxWidgets.git/commitdiff
Expose GetCount when wxUSE_STL=1.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 11 Aug 2003 16:48:07 +0000 (16:48 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 11 Aug 2003 16:48:07 +0000 (16:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/hash.h

index 9415394e1a4c3d8b6e4f5200cde7d6c3ed8a2eed..0b3470f6d8c716fee021cf14c3da104cacfcf565 100644 (file)
@@ -428,6 +428,8 @@ public:
     }
 
     void Clear() { wxHashTableBase::Clear(); }
+
+    size_t GetCount() const { return wxHashTableBase::GetCount(); }
 private:
     compatibility_iterator m_iter;
 };