]> git.saurik.com Git - wxWidgets.git/commit
Remove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 16:21:42 +0000 (16:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 16:21:42 +0000 (16:21 +0000)
commit339e9747d26ed4cef83de1e50b5313c2aed8d443
tree02bfc3f17fbd2e9ce5d2d80b8120961c49c747af
parentf9c77abc2b8942a9482c0626745108089dd44a31
Remove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv code.

The RTTI macros are now used in common code only and having them in wxUniv too
results in linker errors because of duplicate symbols. Just remove them to fix
this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/univ/combobox.cpp
src/univ/stattext.cpp