Expose GetCount when wxUSE_STL=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e28c2d151b
commit
72eef31646
@ -428,6 +428,8 @@ public:
|
||||
}
|
||||
|
||||
void Clear() { wxHashTableBase::Clear(); }
|
||||
|
||||
size_t GetCount() const { return wxHashTableBase::GetCount(); }
|
||||
private:
|
||||
compatibility_iterator m_iter;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user