X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgain_calculator_dialog.h;h=2228ab73e8d018189fe31a007aca0ddd4b243456;hb=3f5b9a71f980525481251461f9c3d63806972470;hp=363a91a2bf878b3b1cdd77b7f86c8e016e2ed4d5;hpb=5d0f01f04f85280a562ac9da8f58ad0c3489f7aa;p=dcpomatic.git diff --git a/src/wx/gain_calculator_dialog.h b/src/wx/gain_calculator_dialog.h index 363a91a2b..2228ab73e 100644 --- a/src/wx/gain_calculator_dialog.h +++ b/src/wx/gain_calculator_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-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 @@ -18,8 +18,9 @@ */ #include +#include "table_dialog.h" -class GainCalculatorDialog : public wxDialog +class GainCalculatorDialog : public TableDialog { public: GainCalculatorDialog (wxWindow* parent);