Ticket #15050 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Event table template macro in event.h

Reported by: eurecam-benjamin Owned by:
Priority: normal Milestone:
Component: wxUniv (any port) Version: 2.9-svn
Keywords: template, event Cc:
Blocked By: Patch: yes
Blocking:

Description

There is a small typo in event.h which prevents using deprecated macro like BEGIN_EVENT_TABLE_TEMPLATE with 2 or more template parameters

A simple patch to fix that is included.

Attachments

event.patch download (1.6 KB) - added by eurecam-benjamin 3 months ago.

Change History

Changed 3 months ago by eurecam-benjamin

Changed 3 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [73566]) 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.

Note: See TracTickets for help on using tickets.