X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..242ec2f7e9e964025400a72581dfa9762850e98b:/interface/wx/list.h?ds=sidebyside diff --git a/interface/wx/list.h b/interface/wx/list.h index 9608a590ac..ed990569a6 100644 --- a/interface/wx/list.h +++ b/interface/wx/list.h @@ -93,7 +93,7 @@ public: wxList(); /** - Constructor which initialized the list with an array of @count elements. + Constructor which initialized the list with an array of @a count elements. */ wxList(size_t count, T* elements[]);