From 5953e7c7d67c212f3513de0d660888c5668441ea Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Wed, 17 Dec 2008 09:26:58 +0000 Subject: [PATCH] fix for Borland compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.45.2