private:
// reference-counted data
- struct Data : wxPrivate::UntypedBufferData
+ struct Data : public wxPrivate::UntypedBufferData
{
Data(CharType *str, Kind kind = Owned)
- : UntypedBufferData(str, kind)
+ : wxPrivate::UntypedBufferData(str, kind)
{
}