From bf5a9872e1086d899686b760386585eb0e0c8d93 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Sat, 30 Mar 2024 16:07:24 +0100 Subject: [PATCH] Application: remove a default value. This'll stop Clang-Tidy's complaining that "default values in virtual/override methods are prohibited". Dunno how prohibited they are, but better safe than sorry, even though there was no compile error/warning. --- src/Application/Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/Application.h b/src/Application/Application.h index f9dc920..0127256 100644 --- a/src/Application/Application.h +++ b/src/Application/Application.h @@ -63,7 +63,7 @@ class Application: public Platform::Sdl2Application, public efsw::FileWatchListe const std::string& dir, const std::string& filename, efsw::Action action, - std::string old_filename = "") override; + std::string old_filename) override; private: // Events