Add missing override specifier to fix warning

This commit is contained in:
Ian McInerney 2019-12-22 11:21:54 +00:00
parent bf5dba847c
commit 5ed074b5c5
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ struct APP_KICAD : public wxApp
*
* @see http://wiki.wxwidgets.org/WxMac-specific_topics
*/
void MacOpenFile( const wxString& aFileName )
void MacOpenFile( const wxString& aFileName ) override
{
Pgm().MacOpenFile( aFileName );
}