]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/xrc/xrc.i
Made metal theme a little faster.
[wxWidgets.git] / wxPython / contrib / xrc / xrc.i
index dbf81e43ec8502ea97f43093535e13bb685ed342..3e6869004f190013e3e1a8163d177995bfb34fb5 100644 (file)
@@ -122,7 +122,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 GetXRCID(const char *str_id);
+    static int GetXRCID(const wxString& str_id);
 
     // Returns version info (a.b.c.d = d+ 256*c + 256^2*b + 256^3*a)
     long GetVersion() const;