From 72eef31646b3472303a4da5a250de13b338e0dc3 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 11 Aug 2003 16:48:07 +0000 Subject: [PATCH] Expose GetCount when wxUSE_STL=1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/hash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/hash.h b/include/wx/hash.h index 9415394e1a..0b3470f6d8 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -428,6 +428,8 @@ public: } void Clear() { wxHashTableBase::Clear(); } + + size_t GetCount() const { return wxHashTableBase::GetCount(); } private: compatibility_iterator m_iter; }; -- 2.45.2