X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.h;h=d6c81a8d2a794b5cf1fa9867f24c3bce379402d2;hb=4ef0091b33e12450e5de4e420dfabfa8b110fc35;hp=e25dedceabc94064de40e7386361cfed4d428b41;hpb=d0a85f18ad5b0b2eacaa2c7071a0565ce6eb05d2;p=dcpomatic.git diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index e25dedcea..d6c81a8d2 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -22,25 +22,28 @@ #include "content_menu.h" #include "lib/film.h" #include "lib/types.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include +class AudioPanel; +class ContentSubPanel; +class Film; +class FilmEditor; +class FilmViewer; +class TextPanel; +class TimelineDialog; +class TimingPanel; +class VideoPanel; +class wxListCtrl; +class wxListEvent; class wxNotebook; class wxPanel; class wxSizer; -class wxListCtrl; -class wxListEvent; class wxSplitterWindow; -class TimelineDialog; -class FilmEditor; -class ContentSubPanel; -class TextPanel; -class VideoPanel; -class AudioPanel; -class TimingPanel; -class Film; -class FilmViewer; class LimitedSplitter : public wxSplitterWindow @@ -48,7 +51,7 @@ class LimitedSplitter : public wxSplitterWindow public: LimitedSplitter (wxWindow* parent); - bool OnSashPositionChange (int new_position) + bool OnSashPositionChange (int new_position) override { /* Try to stop the top bit of the splitter getting so small that buttons disappear */ return new_position > 220;