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:
parent
69e037ac39
commit
5953e7c7d6
@ -182,7 +182,7 @@ private:
|
|||||||
struct Data : public wxPrivate::UntypedBufferData
|
struct Data : public wxPrivate::UntypedBufferData
|
||||||
{
|
{
|
||||||
Data(CharType *str, Kind kind = Owned)
|
Data(CharType *str, Kind kind = Owned)
|
||||||
: UntypedBufferData(str, kind)
|
: wxPrivate::UntypedBufferData(str, kind)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user