fix for Borland compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2008-12-17 09:26:58 +00:00
parent 69e037ac39
commit 5953e7c7d6

View File

@ -182,7 +182,7 @@ private:
struct Data : public wxPrivate::UntypedBufferData
{
Data(CharType *str, Kind kind = Owned)
: UntypedBufferData(str, kind)
: wxPrivate::UntypedBufferData(str, kind)
{
}