]> git.saurik.com Git - wxWidgets.git/commit
No changes, just avoid unused variable in wxUSE_TOOLTIPS==0 build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:07 +0000 (16:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:07 +0000 (16:02 +0000)
commit5160f2929d9fe0e4d0b41e4c3bc5c03743ef24ff
treea9455f5e1583f321b26878deecc093ae37324e78
parent3b4b952d42608ff90b03c85f961ba10b93bde916
No changes, just avoid unused variable in wxUSE_TOOLTIPS==0 build.

Move the declaration of a variable only used for tooltip setting inside "#if
wxUSE_TOOLTIPS" test.

Closes #14927.

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