]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/artprov.h
Minor corrections to wxFont size-changing methods.
[wxWidgets.git] / interface / wx / artprov.h
index cc25af31ecc0f6ef513c1dfd160bc874c22930ab..149e49ba42ff31e8762b1e77eb967462f98d5a52 100644 (file)
@@ -9,12 +9,12 @@
 /**
     This type identifies the client of the art objects requested to wxArtProvider.
 */
-typedef wxString wxArtClient;
+typedef class wxString wxArtClient;
 
 /**
     This type identifies a specific art object which can be requested to wxArtProvider.
 */
-typedef wxString wxArtID;
+typedef class wxString wxArtID;
 
 
 /**