]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless unused variable warning in wxPropertyGrid code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 2009 17:00:20 +0000 (17:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 2009 17:00:20 +0000 (17:00 +0000)
commit31d4e10524b645ebb24161e6b5c78046a7e5038b
tree439315174a45e5d69035eebab7745acd47cda999
parent4d4ec2a50740e7cd0d9b57113d0a9925b4c9918c
Fix harmless unused variable warning in wxPropertyGrid code.

Declare variable only used #if wxPG_DOUBLE_BUFFER inside the #if.

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