From: Steinar H. Gunderson Date: Sat, 17 Jun 2017 11:56:51 +0000 (+0200) Subject: Silence a Clang warning. X-Git-Tag: 1.6.1~37 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=7e935df0181c5aee5e5195a1925b09528d461151 Silence a Clang warning. --- diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index 328685b..85e436e 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -131,7 +131,7 @@ public: void stop_dequeue_thread() override; bool get_disconnected() const override { return false; } // We never unplug. - std::map get_available_video_modes() const; + std::map get_available_video_modes() const override; void set_video_mode(uint32_t video_mode_id) override {} // Ignore. uint32_t get_current_video_mode() const override { return 0; }