X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..49d37022125686b42877f0a5a971e13fb1381e87:/interface/list.h?ds=sidebyside diff --git a/interface/list.h b/interface/list.h index ea950dbd09..55416b4528 100644 --- a/interface/list.h +++ b/interface/list.h @@ -318,7 +318,7 @@ public: compatibility only and usage of this class is strongly deprecated. In the documentation below, the type @c T should be thought of as a - "template'' parameter: this is the type of data stored in the linked list or, + "template" parameter: this is the type of data stored in the linked list or, in other words, the first argument of WX_DECLARE_LIST macro. Also, wxNode is written as wxNodeT even though it isn't really a template class -- but it helps to think of it as if it were.