diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-03 11:17:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-03 20:18:04 +0200 |
| commit | 689fa55d1529ad88449ca464e9107c4dcc54d1cb (patch) | |
| tree | edd1264941263f2fa25a98d61f98c87876c5b667 /src/wx/screen_dialog.h | |
| parent | 0aabe4060ea4bad7c7caac633aef0737fccff8c2 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 <cth@carlh.net> + Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,15 +18,18 @@ */ + #include "editable_list.h" #include "lib/screen.h" #include <dcp/certificate.h> #include <wx/wx.h> #include <boost/optional.hpp> + class Progress; class TrustedDeviceDialog; + class ScreenDialog : public wxDialog { public: @@ -35,7 +38,7 @@ public: wxString, std::string name = "", std::string notes = "", - boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate> (), + boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate>(), std::vector<TrustedDevice> d = std::vector<TrustedDevice>() ); |
