Fix wxMenuItem::AddExtraAccel documentation

This commit is contained in:
Scott Talbert
2022-04-18 22:36:55 -04:00
parent 1d699256b5
commit cfbf667513

View File

@@ -580,7 +580,7 @@ public:
@since 3.1.6 @since 3.1.6
*/ */
void AddExtraAccel(wxAcceleratorEntry *accel); virtual void AddExtraAccel(const wxAcceleratorEntry& accel);
/** /**
Clear the extra accelerators list. Clear the extra accelerators list.