diff options
author | Brad King <brad.king@kitware.com> | 2013-11-01 16:56:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-11-01 16:56:43 (GMT) |
commit | 82baceaa6077b2d07d2dca68e1c39ff4c6c88dfc (patch) | |
tree | 0a3eccec5e2a1e34ff9407229157b726bfa12dc1 /Source/cmGetPropertyCommand.cxx | |
parent | 37b6c1dcb3d31823450798d201ce824f244249d3 (diff) | |
download | CMake-82baceaa6077b2d07d2dca68e1c39ff4c6c88dfc.zip CMake-82baceaa6077b2d07d2dca68e1c39ff4c6c88dfc.tar.gz CMake-82baceaa6077b2d07d2dca68e1c39ff4c6c88dfc.tar.bz2 |
cmake-gui: Rename local variable to avoid shadowing a member
Address warnings:
Source/QtDialog/CMakeSetupDialog.cxx:1233:15:
warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow]
Source/QtDialog/CMakeSetupDialog.cxx:1260:15:
warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow]
by renaming the local variable to 'textCursor'.
Diffstat (limited to 'Source/cmGetPropertyCommand.cxx')
0 files changed, 0 insertions, 0 deletions