]> git.saurik.com Git - wxWidgets.git/commit
Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE_TOOLBAR.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Mar 2010 18:16:02 +0000 (18:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Mar 2010 18:16:02 +0000 (18:16 +0000)
commite6b3b53c2c20fe75dc410a22a99b88a63653aef5
tree51aee9c6cdd99b6907102d62a49e281e3a873161
parent1404c3f382fb6fc345158fd7656db5539cd36444
Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE_TOOLBAR.

Don't use m_macToolbar which is only used when the toolbar is a native one
when we don't really use the native toolbar.

This should fix compilation in case wxOSX_USE_NATIVE_TOOLBAR is 0.

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