X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frepeat_dialog.h;h=0e20830978a226fd574d73f368cc6953405ac6c0;hb=3a7c4ef4f35960702522642c496b561be138d322;hp=cbcc6bb7a2fae25d149298d868fde3211351326d;hpb=a6d892268ccdf8e50194c0168491c8a360bbb687;p=dcpomatic.git 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 + Copyright (C) 2013-2014 Carl Hetherington 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 #include +#include "table_dialog.h" -class RepeatDialog : public wxDialog +class RepeatDialog : public TableDialog { public: RepeatDialog (wxWindow *);