From 6ce132398c4c2f0c4b05fcdd8e386f47ac136097 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Jun 2023 17:23:47 +0200 Subject: set_film() no longer needs to be virtual. --- src/wx/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/controls.h b/src/wx/controls.h index 321d7e05c..f0819c515 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -59,7 +59,7 @@ public: bool editor_controls = true ); - virtual void set_film (std::shared_ptr film); + void set_film (std::shared_ptr film); virtual void play () {}; virtual void stop () {}; -- cgit v1.2.3