diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 8ab4f02809..83a1d8e839 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -21,6 +21,7 @@ public: wxGenericScrolledWindow::Create(parent, id, pos, size, style, name); } }; +#define wxSCROLLED_WINDOW_IS_GENERIC 1 #endif #endif