]> git.saurik.com Git - wxWidgets.git/commit
Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived
authorDavid Elliott <dfe@tgwbd.org>
Fri, 30 Sep 2005 16:39:41 +0000 (16:39 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 30 Sep 2005 16:39:41 +0000 (16:39 +0000)
commit38c8fce8c4348a61a1e55da13142b84e44924845
tree0e9a74703f199d7d66e9110aa0879c9dcbf7f72f
parent51c9a5db64e3df86e17d5ba4779782db677fdf15
Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived
from wxWindow for valid pointer comparison.
Went ahead and moved some includes into new ifndef WX_PRECOMP section to
improve compilation speed when using precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/mdi.cpp