]> git.saurik.com Git - wxWidgets.git/commit
Fix test for wxHAS_GENERIC_PANEL for PCH-less build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Mar 2011 11:50:47 +0000 (11:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Mar 2011 11:50:47 +0000 (11:50 +0000)
commit035fa7f78c8915a24114d26728fa805773f2c4b5
tree4a4b4fe8ece846bef4072c6b14554e817ae03ad5
parent2c9dad08b2f38b6d5705d8d5f1f96a9e506e9ceb
Fix test for wxHAS_GENERIC_PANEL for PCH-less build.

wxHAS_GENERIC_PANEL is only defined in wx/panel.h so test for it after
including this file, not before.

This fixes link errors due to missing wxPanel symbols in PCH-less builds.

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