---
common/single_top.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/single_top.cpp b/common/single_top.cpp
index 38ed55f..72fc557 100644
--- a/common/single_top.cpp
+++ b/common/single_top.cpp
@@ -192,7 +192,7 @@ struct APP_SINGLE_TOP : public wxApp
* MacOSX requires it for file association.
* @see http://wiki.wxwidgets.org/WxMac-specific_topics
*/
- void MacOpenFile( const wxString& aFileName ) // overload wxApp virtual
+ void MacOpenFile( const wxString& aFileName ) override
{
Pgm().MacOpenFile( aFileName );
}
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp