Cleanup of various dialogs by inherting TableDialog.
[dcpomatic.git] / src / wx / gain_calculator_dialog.h
index 363a91a2bf878b3b1cdd77b7f86c8e016e2ed4d5..2228ab73e8d018189fe31a007aca0ddd4b243456 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-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
@@ -18,8 +18,9 @@
 */
 
 #include <wx/wx.h>
+#include "table_dialog.h"
 
-class GainCalculatorDialog : public wxDialog
+class GainCalculatorDialog : public TableDialog
 {
 public:
        GainCalculatorDialog (wxWindow* parent);