// no native version, use the generic one
#define wxUSE_NATIVE_SEARCH_CONTROL 0
+ #include "wx/compositewin.h"
#include "wx/containr.h"
class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass
- : public wxNavigationEnabled<wxControl>,
+ : public wxCompositeWindow< wxNavigationEnabled<wxControl> >,
public wxTextCtrlIface
{
};