Fix wxPluginLibrary wxClassInfo pointers initialization.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 23:12:51 +0000 (23:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 23:12:51 +0000 (23:12 +0000)
commit7cc3d0e00416303dc9c8696382a5eb571dd37ba0
tree6e225f0516dc2eb9ee60ac5ad3f6863d7ca248b2
parent89b3361ec25cf1e6d255b14c7633d8375646e4fb
Fix wxPluginLibrary wxClassInfo pointers initialization.

The values of m_ourFirst and m_ourLast were inversed in wxPluginLibrary ctor.
Fix this and explain in a comment that "first" and "last" here refer to the
order in the linked list and not the chronological order.

Closes #14483.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dynload.cpp