From 6f135cae70c4c249df8b71e3947d2c26bd2dab58 Mon Sep 17 00:00:00 2001 From: PB Date: Mon, 23 May 2022 20:05:02 +0200 Subject: [PATCH] Fix mistakenly added "events" category The category was added to wxAuiToolBarStyle instead wxAuiToolBarEvent/ --- interface/wx/aui/auibar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/aui/auibar.h b/interface/wx/aui/auibar.h index 50c0f2d272..3b6641b310 100644 --- a/interface/wx/aui/auibar.h +++ b/interface/wx/aui/auibar.h @@ -12,7 +12,7 @@ See also @ref overview_aui. @library{wxaui} - @category{aui,events} + @category{aui} */ enum wxAuiToolBarStyle { @@ -150,7 +150,7 @@ enum wxAuiToolBarToolTextOrientation wxAuiToolBarEvent is used for the events generated by @ref wxAuiToolBar. @library{wxaui} - @category{aui} + @category{aui,events} */ class wxAuiToolBarEvent : public wxNotifyEvent {