]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/artprov.h
fix double documentation for the same wxLogTrace() functions
[wxWidgets.git] / interface / wx / artprov.h
index cc25af31ecc0f6ef513c1dfd160bc874c22930ab..ea9916532b47b3a34a23f0b3829f0ea9c685539d 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     interface of wxArtProvider
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     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;
 
 
 /**