]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
add SetCharIncludes and SetCharExcludes utilities to wxTextValidator; use iterators...
[wxWidgets.git] / interface / wx / object.h
index 74dba5e619e1dbff284f85f3964f388156e0a410..6f2dde528ada591df080ce0d9242183bbbb256e0 100644 (file)
@@ -354,7 +354,7 @@ public:
     /**
         Finds the wxClassInfo object for a class with the given @a name.
     */
-    static wxClassInfo* FindClass(wxChar* name);
+    static wxClassInfo* FindClass(const wxString& className);
 
     /**
         Returns the name of the first base class (@NULL if none).