From a8dbe913b7aa0df0669d6d71283ba656d3183a28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Mar 2021 18:41:44 +0100 Subject: C++11 tidying. --- src/wx/timer_display.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wx/timer_display.h') 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 + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,13 @@ */ + #include "table_dialog.h" + class StateTimer; + class TimerDisplay : public TableDialog { public: -- cgit v1.2.3