// this is the first time client data is used with this control
DoInitItemClientData();
- m_clientDataItemsType = type;
+ SetClientDataType(type);
}
//else: we already have client data
return true;
}
- DECLARE_NO_COPY_CLASS(wxControlWithItemsGeneric)
+ wxDECLARE_NO_COPY_CLASS(wxControlWithItemsGeneric);
};
#endif // _WX_GENERIC_CTRLSUB_H_