summaryrefslogtreecommitdiff
path: root/src/wx/system_information_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/system_information_dialog.h')
-rw-r--r--src/wx/system_information_dialog.h4
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);
-
};