From ddce45d6ef1ebc2036b305c68402e38c84aa7599 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Aug 2020 21:38:49 +0200 Subject: [PATCH] Add strangely absent private: --- src/wx/film_editor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 0e61f4898..0382ef9d4 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -59,6 +59,8 @@ public: return _film; } +private: + /* Handle changes to the model */ void film_change (ChangeType, Film::Property); void film_content_change (ChangeType type, int); -- 2.30.2