Fix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn() macros with n>=2.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:42 +0000 (13:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:42 +0000 (13:48 +0000)
commit4cf8e24bc1ecc574a0c8455cb5d0536ebfd207e3
tree400705a375b403c60eeb3167d6bb232d4d9903ec
parent1af67319a7c54373c85a15477f59a72f3e929268
Fix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn() macros with n>=2.

They were all defined as wxBEGIN_EVENT_TABLE_TEMPLATE1() instead of the
correct wxBEGIN_EVENT_TABLE_TEMPLATEn().

Closes #15050.

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