]> git.saurik.com Git - wxWidgets.git/commit
Avoid unused variable warning in wxPropertyGrid code in non-wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:40 +0000 (13:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:40 +0000 (13:27 +0000)
commit9e4587114bd0d17e0ecafce45e7b094e863e48ea
treebde9bbc8ae74a2a3823ac5dde2524f3ab5ffa7bf
parent2643e2e496b4fa209610cfc2baff6cf81950bedc
Avoid unused variable warning in wxPropertyGrid code in non-wxGTK.

Put the variable only used in wxGTK inside "#ifdef __WXGTK__".

This fixes the warning but the real fix would be to get rid of this variable
completely and just fix whatever problem in wxWindow::Navigate() this was
supposed to work around.

See #14459.

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