summaryrefslogtreecommitdiff
path: root/src/wx/timer_display.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-21 18:41:44 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-21 18:41:44 +0100
commita8dbe913b7aa0df0669d6d71283ba656d3183a28 (patch)
tree03cb39f27dc4cbb36ac4a4eace796ca9eeea9bbe /src/wx/timer_display.h
parent85fa546c709a1060954044986dc0f07554f96ef7 (diff)
C++11 tidying.
Diffstat (limited to 'src/wx/timer_display.h')
-rw-r--r--src/wx/timer_display.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/timer_display.h b/src/wx/timer_display.h
index 5ee72bff5..0fe828c57 100644
--- a/src/wx/timer_display.h
+++ b/src/wx/timer_display.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.
@@ -18,10 +18,13 @@
*/
+
#include "table_dialog.h"
+
class StateTimer;
+
class TimerDisplay : public TableDialog
{
public: