Cleanup of various dialogs by inherting TableDialog.
[dcpomatic.git] / src / wx / repeat_dialog.h
index cbcc6bb7a2fae25d149298d868fde3211351326d..0e20830978a226fd574d73f368cc6953405ac6c0 100644 (file)
@@ -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 *);