diff options
Diffstat (limited to 'src/wx/video_view.h')
| -rw-r--r-- | src/wx/video_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h index 5353f213f..28ca3a1e8 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -33,11 +33,11 @@ #include <boost/thread.hpp> -class Image; -class wxWindow; class FilmViewer; +class Image; class Player; class PlayerVideo; +class wxWindow; class VideoView : public ExceptionStore, public Signaller |
