X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frepeat_dialog.h;fp=src%2Fwx%2Frepeat_dialog.h;h=0e20830978a226fd574d73f368cc6953405ac6c0;hb=41b7a04cf3dedaa93aaf3c050db7a693281417f7;hp=cbcc6bb7a2fae25d149298d868fde3211351326d;hpb=5dc5a43bf61847cf863b29ef47d0046a9d4fdef0;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 *);