diff options
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 97ddca964..17128e108 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,11 +18,14 @@ */ + #include <wx/wx.h> #include "timeline.h" + class Playlist; + class TimelineDialog : public wxDialog { public: |
