diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-09 00:17:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 4f4561c4b5bb1e8a2fa8e673606d18ffa25aec6c (patch) | |
| tree | 85d897751e2ea5616879aa6cc2808539dc281823 /src/wx/system_information_dialog.h | |
| parent | 0b791ea708dfa1f5cd44522988dd5efdf2a0b94b (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/system_information_dialog.h')
| -rw-r--r-- | src/wx/system_information_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index 5b9efa234..49e617a6e 100644 --- a/src/wx/system_information_dialog.h +++ b/src/wx/system_information_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2019-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -25,9 +25,9 @@ class FilmViewer; + class SystemInformationDialog : public TableDialog { public: SystemInformationDialog (wxWindow* parent, std::weak_ptr<FilmViewer> viewer); - }; |
