]> git.saurik.com Git - wxWidgets.git/commit
Compilation fix after wxTextEntry::SetMargins() changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:17 +0000 (14:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:17 +0000 (14:31 +0000)
commit4516928a452748c842b9c00e2f4216c1e20114b2
treea5beef8a8a5471463b3544ee21a636985af3d028
parent69f82505ec2cddcd3ecd8d8bed6af0bc3056e576
Compilation fix after wxTextEntry::SetMargins() changes.

We need to include wx/gdicmn.h to define wxPoint which is now used in
wx/textentry.h, it is not necessarily already included and in fact compilation
was broken in PCH-less build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/textentry.h