X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c69ef61f3ad09c0aef39915d4361a534f598520..e81c7155869a701afe700d1d41a26de9acfda80e:/include/wx/buffer.h diff --git a/include/wx/buffer.h b/include/wx/buffer.h index e8de10a3c7..4cc340aa51 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -182,7 +182,7 @@ private: struct Data : public wxPrivate::UntypedBufferData { Data(CharType *str, Kind kind = Owned) - : UntypedBufferData(str, kind) + : wxPrivate::UntypedBufferData(str, kind) { }