From 2cd354c9c696fa507f3bd1443da14a320c0e14b9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 Oct 2005 12:50:23 +0000 Subject: [PATCH] compilation fix for !USE_PCH: added missing wx/panel.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scrolwin.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 111136f453..4fa1a03af1 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -12,13 +12,11 @@ #ifndef _WX_SCROLWIN_H_BASE_ #define _WX_SCROLWIN_H_BASE_ -#include "wx/window.h" +#include "wx/panel.h" class WXDLLEXPORT wxScrollHelperEvtHandler; class WXDLLEXPORT wxTimer; -WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr; - // default scrolled window style: scroll in both directions #define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL) -- 2.47.2