added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2002 22:29:57 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2002 22:29:57 +0000 (22:29 +0000)
commit050e7ed73b61d8503656297fc12799ffd0f5bbfe
tree2ab443aee78351b9e3c62778e64e9d5bc903f739
parent51fdd3daec0d77168c7054b3bebaf86cfb9af43c
added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header
to avoid duplicating it in wxMSW and the generic versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/listctrl.h
src/generic/listctrl.cpp
src/msw/listctrl.cpp