From: Carl Hetherington Date: Fri, 7 Aug 2020 19:38:49 +0000 (+0200) Subject: Add strangely absent private: X-Git-Tag: v2.15.96~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ddce45d6ef1ebc2036b305c68402e38c84aa7599;ds=sidebyside Add strangely absent private: --- 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);