From be38f5a051f878b8da7560776fb7f264ccd5f89c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 5 Dec 2015 13:57:11 +0100 Subject: [PATCH] Don't mention DEFINE_EVENT_TYPE() in the documentation This old macro is not documented, only wxDEFINE_EVENT_TYPE() is, so link to the latter rather than the former. --- interface/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index a5bbd56cbc..45338697e4 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4473,7 +4473,7 @@ public: The values of this type should only be created using wxNewEventType(). - See the macro DEFINE_EVENT_TYPE() for more info. + See the macro wxDEFINE_EVENT_TYPE() for more information. @see @ref overview_events */