X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=2c2d8b8bfe45536a65e56a61d45c3e6f45adc00d;hb=7f641936b00ec87b6eea2ef0a5daa1b1710cf9f4;hp=6665ef39878d8bdba0de7301629495f12ce9ab3e;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 6665ef398..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,15 +18,18 @@ */ + #include "editable_list.h" #include "lib/screen.h" #include #include #include + class Progress; class TrustedDeviceDialog; + class ScreenDialog : public wxDialog { public: @@ -35,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() );