]> git.saurik.com Git - wxWidgets.git/commit
Make the code more clear in aui sample and avoid g++ 4 warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Mar 2010 23:55:23 +0000 (23:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Mar 2010 23:55:23 +0000 (23:55 +0000)
commitf9199323a48ba6ce49bb67101943f4acf60289f7
treef140185a7701e86e1b0331437ab50fbc8161c848
parent175363f6b89e94e6d5f7dc39235fbc3f2989d763
Make the code more clear in aui sample and avoid g++ 4 warning.

The code used bitwise XOR which was rather difficult to read and also resulted
in g++ 4 warnings about suggested parentheses.

Fix both issues by using bitwise AND and OR in two separate statements instead.

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