X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99006e446eb2156fe1c61e69926248901e399547..e8cd0e5884f1f77ddc10c70ae6edcd0e308db7c3:/contrib/utils/convertrc/wxr2xml.h diff --git a/contrib/utils/convertrc/wxr2xml.h b/contrib/utils/convertrc/wxr2xml.h index 8692f9c8b9..16560500e3 100644 --- a/contrib/utils/convertrc/wxr2xml.h +++ b/contrib/utils/convertrc/wxr2xml.h @@ -1,4 +1,4 @@ -// wxr2xml.h: +// wxr2xml.h: // 8/30/00 Brian Gavin ////////////////////////////////////////////////////////////////////// @@ -6,13 +6,14 @@ #define WXR2XML_H #include -#include "wx/resource.h" +#include "wx/deprecated/setup.h" +#include "wx/deprecated/resource.h" #if !wxUSE_WX_RESOURCES #error "convertc requires wxUSE_WX_RESOURCES" #endif // wxUSE_WX_RESOURCES -class wxr2xml : public wxObject +class wxr2xml : public wxObject { public: bool Convert(wxString wxrfile,wxString xmlfile); @@ -74,4 +75,4 @@ protected: wxFFile m_xmlfile; }; -#endif +#endif