diff --git a/scripting/kipython_frame.cpp b/scripting/kipython_frame.cpp
index 3507570c58..379c4bfcb2 100644
--- a/scripting/kipython_frame.cpp
+++ b/scripting/kipython_frame.cpp
@@ -84,6 +84,7 @@ output.SetParent( parent )
     )", pybind11::globals(), locals );
 }
 
+
 KIPYTHON_FRAME::KIPYTHON_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
             KIWAY_PLAYER( aKiway, aParent, FRAME_PYTHON, wxT( "KiPython" ), wxDefaultPosition,
                     wxDefaultSize, KICAD_DEFAULT_DRAWFRAME_STYLE, wxT( "KiPython" ) )
diff --git a/scripting/kipython_frame.h b/scripting/kipython_frame.h
index dde88be486..50b58d95f0 100644
--- a/scripting/kipython_frame.h
+++ b/scripting/kipython_frame.h
@@ -48,6 +48,8 @@ public:
     void KiwayMailIn( KIWAY_EXPRESS& aEvent ) override {}
     void ProjectChanged() override {}
 
+    void ShowChangedLanguage() override {};
+
     void SetupPythonEditor();
 private: