]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
changing the number of items in wxHtmlListBox should flush the cache
[wxWidgets.git] / include / wx / control.h
index f13b61e99dc899c0247560173279ff5f40d972fd..578d5262241d44f05fa9a618e5754bdff148db15 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     26.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CONTROL_H_BASE_
@@ -82,6 +82,8 @@ protected:
     #include "wx/gtk/control.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/control.h"
+#elif defined(__WXCOCOA__)
+    #include "wx/cocoa/control.h"
 #elif defined(__WXPM__)
     #include "wx/os2/control.h"
 #endif