]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just use accessors in wxTextDataObject.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:46 +0000 (22:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:46 +0000 (22:08 +0000)
commit46a0544e6f59453ad9da19dfbb833e96a0a04bf2
tree4366eff8e924495683999a5d80063e631e8408e1
parent9a9c20be62bdad45660127f5bf68e39b3b789002
No real changes, just use accessors in wxTextDataObject.

Use {Set,Get}Text() instead of using m_text directly in wxTextDataObject as
these virtual methods overridable and should be called in case the class
doesn't actually use m_text for its storage at all.

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