]> git.saurik.com Git - wxWidgets.git/commit
Explicitly include wx/aui/dockart.h from the file needing it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:52 +0000 (17:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:52 +0000 (17:55 +0000)
commit445a98c7d2e4341603d4d8d2384c19ab9cd04ccc
treec7147625bff7b4bbe6db17fb840db94e8413304b
parent740dd154a58a385d55718d254f5fedd416776af5
Explicitly include wx/aui/dockart.h from the file needing it.

src/aui/tabmdi.cpp needs wxAuiDockArt declaration as it uses it, don't rely on
wx/aui/dockart.h being included from other wxAUI headers and include it from
here explicitly.

See #14098.

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