X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=25749fffaf10ec8d3120ee1f02a442fa31ecde11;hb=391d85619ac19a2a93696ddc35c222eb9bb5d9d6;hp=a198d7aa7d0ce221b0e246a13b3bd24bdd6667d6;hpb=5dc2dbdb6639f8d617a40209ad603d2a38f9df2a;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index a198d7aa7..25749fffa 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -25,8 +25,8 @@ #include #include "lib/film.h" -class wxNotebook; class wxSpinCtrl; +class wxNotebook; class Film; class Ratio; class ContentPanel; @@ -54,7 +54,6 @@ public: return _film; } -private: /* Handle changes to the model */ void film_changed (Film::Property); void film_content_changed (int);