template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler *>;
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 18 Sep 2007 21:49:27 +0000 (21:49 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 18 Sep 2007 21:49:27 +0000 (21:49 +0000)
commit8a2a5a449eeedc95cbd88d5638516c98a5e92a6c
tree7122a5f459f6802d1eef068fdf892f6b37dc1341
parent90254df808aa4261e414ebacbb1417f87fad3bc9
template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler *>;
instantiates as well as forward declares, which gives us multiple definition
link errors on some systems. So trying WXDLLIMPEXP_FWD_XRC on the declaration
of m_handlers instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/xrc/xmlres.h