X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9727751aa249a5e3207da769f7c42bafd352386..efb091829601cf07df6c4316a3f6f705aaa81587:/interface/wx/artprov.h diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index cc25af31ec..149e49ba42 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -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; /**