]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Minor GTK fixes for wxGrid.
[wxWidgets.git] / include / wx / statline.h
index 956dc75a68e535ff495f70006b77dcf76a62f7f8..a5657107a5370edc57debecf996e73716c77c828 100644 (file)
@@ -66,6 +66,8 @@ protected:
     #include "wx/gtk/statline.h"
 #elif defined(__WXPM__)
     #include "wx/os2/statline.h"
+#elif defined(__WXMAC__)
+    #include "wx/mac/statline.h"
 #else // use generic implementation for all other platforms
     #include "wx/generic/statline.h"
 #endif