X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c9ff74f050981e989f09cf5f5d27044b807e73a..be2001feddfb5f388c61a5a6f64146f0193e239b:/include/wx/xrc/xh_bmpbt.h diff --git a/include/wx/xrc/xh_bmpbt.h b/include/wx/xrc/xh_bmpbt.h index 0fd5432374..c44c9ea571 100644 --- a/include/wx/xrc/xh_bmpbt.h +++ b/include/wx/xrc/xh_bmpbt.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_bmpbt.h +// Name: wx/xrc/xh_bmpbt.h // Purpose: XML resource handler for bitmap buttons // Author: Brian Gavin // Created: 2000/03/05 @@ -11,14 +11,11 @@ #ifndef _WX_XH_BMPBT_H_ #define _WX_XH_BMPBT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "xh_bmpbt.h" -#endif - -#include "wx/xrc/xmlres.h" +#include "wx/defs.h" #if wxUSE_XRC +#include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler {