]> git.saurik.com Git - wxWidgets.git/commit
Include wx/dataobj.h from wx/clipbrd.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jul 2009 23:54:08 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jul 2009 23:54:08 +0000 (23:54 +0000)
commit81f0d3caef5e44bba29212a0d1b4d36dcdc7e640
treece0a778c43ee3e8b3b2dac2d5bdd19a645696af8
parent43b2d5e7c3b3e3d6b245e279dde73d96e0075911
Include wx/dataobj.h from wx/clipbrd.h.

This is necessary in order to define wxVector<wxDataFormat> at least when
wxVector is std::vector (as in wxUSE_STL==1 build) because vectors of
incomplete types can't be used.

Also removed inclusions of this and other unneeded headers from MSW and OS X
headers and removed a hopefully out of date comment about Mac code being wx
1.xx-based from the latter.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/clipbrd.h
include/wx/msw/clipbrd.h
include/wx/osx/clipbrd.h
src/common/clipcmn.cpp