summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-09 13:58:49 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-09 13:58:49 +0200
commitfb6e245fa03e5720b8f8fdea3e2228536b22d5cf (patch)
tree057e3edb7fcf6d297919e38696182d6b99bab6cd /src/wx/film_viewer.h
parent4237e4a2029eb2035cf8a5fda3e71dbe65ffa989 (diff)
C++11 tidying.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 64ac885e3..0569131ea 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -31,21 +31,21 @@
#include "lib/timer.h"
#include "lib/signaller.h"
#include "lib/warnings.h"
-#include <RtAudio.h>
DCPOMATIC_DISABLE_WARNINGS
+#include <RtAudio.h>
#include <wx/wx.h>
DCPOMATIC_ENABLE_WARNINGS
#include <vector>
-class wxToggleButton;
+class Butler;
+class ClosedCaptionsDialog;
class FFmpegPlayer;
class Image;
-class RGBPlusAlphaImage;
-class PlayerVideo;
class Player;
-class Butler;
-class ClosedCaptionsDialog;
+class PlayerVideo;
+class RGBPlusAlphaImage;
+class wxToggleButton;
/** @class FilmViewer