X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=25749fffaf10ec8d3120ee1f02a442fa31ecde11;hb=e8fc5f57348dd41ac4996f296c98bb7855435c12;hp=a198d7aa7d0ce221b0e246a13b3bd24bdd6667d6;hpb=cb1dfa9ec09af2abf6d10e4bf2764476db83841b;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);