More deprecated class mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// wxr2xml.h:
|
||||
// wxr2xml.h:
|
||||
// 8/30/00 Brian Gavin
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -6,13 +6,14 @@
|
||||
#define WXR2XML_H
|
||||
|
||||
#include <wx/ffile.h>
|
||||
#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
|
||||
|
Reference in New Issue
Block a user