Add strangely absent private:
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 19:38:49 +0000 (21:38 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 19:38:49 +0000 (21:38 +0200)
src/wx/film_editor.h

index 0e61f4898f7577dbcae7871b7ac0c18ba7850544..0382ef9d448463eeccde68ea3e7802d910ac95a9 100644 (file)
@@ -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);