diff options
Diffstat (limited to 'src/wx/paste_dialog.h')
| -rw-r--r-- | src/wx/paste_dialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/paste_dialog.h b/src/wx/paste_dialog.h index 792195947..1f447d3f8 100644 --- a/src/wx/paste_dialog.h +++ b/src/wx/paste_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington <cth@carlh.net> + Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,8 +18,10 @@ */ + #include "table_dialog.h" + class PasteDialog : public TableDialog { public: |
