Use (newly) added wxStaticCastVariantData() to fix wxNO_RTTI build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jul 2012 19:16:30 +0000 (19:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jul 2012 19:16:30 +0000 (19:16 +0000)
commit5bdcb1f3248ebcac6c73e314e752c13dee8776c7
treed5f8cc41d08fa243334d07b53d8b8c7d91106506
parent7c70331e28be93b833dfa4f2594a25841fcb6e20
Use (newly) added wxStaticCastVariantData() to fix wxNO_RTTI build.

Don't define wxDynamicCastVariantData if RTTI is disabled and don't use it in
wxConvertVariantToOle() code as we don't really need it there anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/variant.h
src/msw/ole/oleutils.cpp