]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
Fix misc documentation warnings (patch by Tim Stahlhut).
[wxWidgets.git] / interface / wx / list.h
index 9608a590acc97950566e82a2545449eb44753ce9..ed990569a691812219696ced2aa881a53ddcddee 100644 (file)
@@ -93,7 +93,7 @@ public:
     wxList<T>();
     
     /**
-        Constructor which initialized the list with an array of @count elements.
+        Constructor which initialized the list with an array of @count elements.
     */
     wxList<T>(size_t count, T* elements[]);