summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-07 21:38:49 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-07 21:38:49 +0200
commitddce45d6ef1ebc2036b305c68402e38c84aa7599 (patch)
treed72c37e251ae33b390e677cdca49a0dac6c52b6a
parent563fc75855b9649cf135cf137cc1b0c43ebc8286 (diff)
Add strangely absent private:
-rw-r--r--src/wx/film_editor.h2
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);