X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfddeb10674cb1ce9255d02e862d72245c73c87f..99d21c0e1f8d87570702c52dccd3ad698f0a0931:/include/wx/srchctrl.h

diff --git a/include/wx/srchctrl.h b/include/wx/srchctrl.h
index c76678af90..386e849872 100644
--- a/include/wx/srchctrl.h
+++ b/include/wx/srchctrl.h
@@ -27,7 +27,10 @@
     // no native version, use the generic one
     #define wxUSE_NATIVE_SEARCH_CONTROL 0
 
-    #define wxSearchCtrlBaseBaseClass wxTextCtrlBase
+    class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass : public wxControl,
+                                                       public wxTextCtrlIface
+    {
+    };
 #endif
 
 // ----------------------------------------------------------------------------