X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5ecd2ba500a9783b66f0d95e9ff8d98146e18c30:/interface/wx/arrstr.h

diff --git a/interface/wx/arrstr.h b/interface/wx/arrstr.h
index 34652fe144..8c68b94aa7 100644
--- a/interface/wx/arrstr.h
+++ b/interface/wx/arrstr.h
@@ -15,7 +15,6 @@
 
 /**
     @class wxArrayString
-    @wxheader{arrstr.h}
 
     wxArrayString is an efficient container for storing wxString objects.
 
@@ -263,7 +262,6 @@ public:
 
 /**
     @class wxSortedArrayString
-    @wxheader{arrstr.h}
 
     wxSortedArrayString is an efficient container for storing wxString objects
     which always keeps the string in alphabetical order.