X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9015d579c839cb0676c75446d3b6bffd0623e970..508bd1654f3eb44327fb84ecd2e2181959dac13b:/include/wx/xrc/xh_tglbtn.h?ds=sidebyside diff --git a/include/wx/xrc/xh_tglbtn.h b/include/wx/xrc/xh_tglbtn.h index 7ab58cfab3..bdd2027a83 100644 --- a/include/wx/xrc/xh_tglbtn.h +++ b/include/wx/xrc/xh_tglbtn.h @@ -26,7 +26,7 @@ public: protected: virtual void DoCreateToggleButton(wxObject *control); -#if !defined(__WXUNIVERSAL__) && !defined(__WXMOTIF__) && !defined(__WXPALMOS__) && !defined(__WXPM__) && !(defined(__WXGTK__) && !defined(__WXGTK20__)) +#if !defined(__WXUNIVERSAL__) && !defined(__WXMOTIF__) && !defined(__WXPM__) && !(defined(__WXGTK__) && !defined(__WXGTK20__)) virtual void DoCreateBitmapToggleButton(wxObject *control); #endif };