X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c69ef61f3ad09c0aef39915d4361a534f598520..ca44dbde5f44e358fba98c24adf792a97f7db19c:/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) { }