← Back to team overview

kicad-developers team mailing list archive

[PATCH] Add override to 2nd MacOpenFile in single_top

 

---
 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 );
     }

Follow ups