No changes, just add another case to a switch on wxMouseButton.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 12:51:47 +0000 (12:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 12:51:47 +0000 (12:51 +0000)
commit907ea7d5cc64befac486b269b3ab5b87dfc246d5
tree12a988646cb3ebea9d9cf7185523a789f384f126
parent49d47a9fff60f8e8949d4c2a26b65beb448eac40
No changes, just add another case to a switch on wxMouseButton.

Fix warnings given when wx headers are compiled with g++ -Wswitch-enum option.

Also make the assert messages more precise and less verbose as there is no
need to include the function name in them, all relatively recent compilers
provide it via __FUNCTION__ and wxFAIL_MSG() already uses it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/mousestate.h