]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/kbList.h
fixes
[wxWidgets.git] / user / wxLayout / kbList.h
index fea12a903268769c2aaeb473bfe748b33b866299..0ee29a39ac2a014fb22071a5da3f4f4da4c27aca 100644 (file)
@@ -161,7 +161,9 @@ public:
    void *pop_front(void);
 
    /** Insert an element into the list.
-       @param i an iterator pointing to the element, before which the new one should be inserted
+       @param i an iterator pointing to the element, before which the
+       new one should be inserted. After the insert operation i will
+       point to the newly inserted element.
        @param element the element data
    */
    void insert(iterator & i, void *element);