diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-07 21:38:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-07 21:38:49 +0200 |
| commit | ddce45d6ef1ebc2036b305c68402e38c84aa7599 (patch) | |
| tree | d72c37e251ae33b390e677cdca49a0dac6c52b6a | |
| parent | 563fc75855b9649cf135cf137cc1b0c43ebc8286 (diff) | |
Add strangely absent private:
| -rw-r--r-- | src/wx/film_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
