X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e306597309a120f2ae91385c731a5cb2722c52aa..7a5214a863e8bd4b1d7e5f896fb627b368a717f9:/include/wx/generic/colrdlgg.h?ds=sidebyside diff --git a/include/wx/generic/colrdlgg.h b/include/wx/generic/colrdlgg.h index 35dc8fd95e..2b9e0dc4e1 100644 --- a/include/wx/generic/colrdlgg.h +++ b/include/wx/generic/colrdlgg.h @@ -111,8 +111,10 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog DECLARE_EVENT_TABLE() }; +/* This shouldn't be necessary, we have a #define in wx/colordlg.h. #ifdef __WXGTK__ typedef wxGenericColourDialog wxColourDialog; #endif +*/ #endif