X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=2c2d8b8bfe45536a65e56a61d45c3e6f45adc00d;hb=92933c13e9233149e4e80244d92da81b70072214;hp=913480d76be734e0b7febfb930b80bf904e4a02a;hpb=1e77753ef4119b6d7df7d2255b1a1d8d6af951de;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 913480d76..2c2d8b8bf 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,16 +18,18 @@ */ + #include "editable_list.h" #include "lib/screen.h" #include #include -#include #include + class Progress; class TrustedDeviceDialog; + class ScreenDialog : public wxDialog { public: @@ -36,7 +38,7 @@ public: wxString, std::string name = "", std::string notes = "", - boost::optional c = boost::optional (), + boost::optional c = boost::optional(), std::vector d = std::vector() );