The size_type typedef must be public.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
|
|
||||||
class WXDLLEXPORT wxVectorBase
|
class WXDLLEXPORT wxVectorBase
|
||||||
{
|
{
|
||||||
private:
|
public:
|
||||||
typedef size_t size_type;
|
typedef size_t size_type;
|
||||||
|
private:
|
||||||
size_type m_allocsize;
|
size_type m_allocsize;
|
||||||
size_type m_size,
|
size_type m_size,
|
||||||
m_capacity;
|
m_capacity;
|
||||||
|
Reference in New Issue
Block a user