summaryrefslogtreecommitdiff
path: root/src/wx/repeat_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/repeat_dialog.h')
-rw-r--r--src/wx/repeat_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/repeat_dialog.h b/src/wx/repeat_dialog.h
index cbcc6bb7a..0e2083097 100644
--- a/src/wx/repeat_dialog.h
+++ b/src/wx/repeat_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,8 +19,9 @@
#include <wx/wx.h>
#include <wx/spinctrl.h>
+#include "table_dialog.h"
-class RepeatDialog : public wxDialog
+class RepeatDialog : public TableDialog
{
public:
RepeatDialog (wxWindow *);