X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ab8bd570e070e97a597f8c816df98ecf8623eea..e8e4fa12f29224194fcf30236ec7640b3cac0bc0:/include/wx/xrc/xmlres.h diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 32f45bcd01..143664514b 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -154,7 +154,7 @@ public: // Returns numeric ID that is equivalent to string id used in XML // resource. To be used in event tables // Macro XMLID is provided for convenience - static int GetXMLID(const char *str_id); + static int GetXMLID(const wxChar *str_id); // Returns version info (a.b.c.d = d+ 256*c + 256^2*b + 256^3*a) long GetVersion() const { return m_version; }