mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Added missing override keyword.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace BlackGui
|
||||
{}
|
||||
|
||||
//! \copydoc Menus::IMenuDelegate::customMenu
|
||||
virtual void customMenu(Menus::CMenuActions &menuActions);
|
||||
virtual void customMenu(Menus::CMenuActions &menuActions) override;
|
||||
|
||||
private:
|
||||
//! Model view
|
||||
|
||||
Reference in New Issue
Block a user