X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/510fc784c0c7002488bcaad881901176554f7c32..b480710b16ac3b941ba55fd981f441fc6724c386:/include/wx/spinbutt.h?ds=sidebyside diff --git a/include/wx/spinbutt.h b/include/wx/spinbutt.h index d1e04f8104..5b5f4301f4 100644 --- a/include/wx/spinbutt.h +++ b/include/wx/spinbutt.h @@ -13,7 +13,9 @@ #define _WX_SPINBUTT_H_BASE_ #ifdef __GNUG__ - #pragma interface "spinbutbase.h" + #ifndef __WXMOTIF__ // because there is no matching .cpp for Motif + #pragma interface "spinbutbase.h" + #endif // Motif #endif // ---------------------------------------------------------------------------- @@ -22,7 +24,7 @@ #include "wx/defs.h" -#ifdef wxUSE_SPINBTN +#if wxUSE_SPINBTN #include "wx/control.h" #include "wx/event.h"