From a90ec4ab315bbdbbca53ceeaae772acbe65a0818 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Aug 2001 12:20:07 +0000 Subject: [PATCH] added missing wxSTD git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/textctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 94a65ac2c3..1114db36a7 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -132,7 +132,7 @@ private: class WXDLLEXPORT wxTextCtrlBase : public wxControl #ifndef NO_TEXT_WINDOW_STREAM - , public streambuf + , public wxSTD streambuf #endif { -- 2.45.2