summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-22 17:01:09 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:58 +0100
commite9285246f543248eec88627ce61a3ccafd6f3ac2 (patch)
tree410532c575ae3273a0718af9e27613f5966d9b71 /src
parent5897991376f2aacd15d6c85161ff560dbb36fa3c (diff)
Cleanup: forward declaration sorting.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index a3df266ad..75a09ba02 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -32,11 +32,11 @@ LIBDCP_ENABLE_WARNINGS
#include <boost/signals2.hpp>
-class wxNotebook;
-class Film;
class ContentPanel;
class DCPPanel;
+class Film;
class FilmViewer;
+class wxNotebook;
/** @class FilmEditor