X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e609c82594a57104ff5e0d4044b2e2697a4b576..24aab8e81a8627802e4111d9c99a50ece8d0026e:/src/generic/panelg.cpp diff --git a/src/generic/panelg.cpp b/src/generic/panelg.cpp index 454f5dc1d8..34c59bb52d 100644 --- a/src/generic/panelg.cpp +++ b/src/generic/panelg.cpp @@ -31,10 +31,9 @@ #include "wx/settings.h" #include "wx/log.h" #include "wx/panel.h" + #include "wx/containr.h" #endif -#include "wx/containr.h" - // ---------------------------------------------------------------------------- // wxWin macros // ---------------------------------------------------------------------------- @@ -98,7 +97,7 @@ END_EVENT_TABLE() // implementation // ============================================================================ -WX_DELEGATE_TO_CONTROL_CONTAINER(wxPanel) +WX_DELEGATE_TO_CONTROL_CONTAINER(wxPanel, wxWindow) // ---------------------------------------------------------------------------- // wxPanel creation