X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9015d579c839cb0676c75446d3b6bffd0623e970..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/xrc/xh_tglbtn.h 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 };