X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..e5a0bdfbaf326390a42bbf377441e60932368ebb:/include/wx/buffer.h?ds=sidebyside diff --git a/include/wx/buffer.h b/include/wx/buffer.h index 231c8d185f..e8de10a3c7 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -179,7 +179,7 @@ public: private: // reference-counted data - struct Data : wxPrivate::UntypedBufferData + struct Data : public wxPrivate::UntypedBufferData { Data(CharType *str, Kind kind = Owned) : UntypedBufferData(str, kind)