X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/dynarray.h diff --git a/interface/wx/dynarray.h b/interface/wx/dynarray.h index fae5a0cb69..54e1f22f73 100644 --- a/interface/wx/dynarray.h +++ b/interface/wx/dynarray.h @@ -397,7 +397,7 @@ public: @c T. This version is used with wxObjArray. The array will take ownership of - the @item, deleting it when the item is deleted from the array. Note + the @a item, deleting it when the item is deleted from the array. Note that you cannot append more than one pointer as reusing it would lead to deleting it twice (or more) resulting in a crash.