Add basic quality option for x264 export.
[dcpomatic.git] / src / wx / table_dialog.h
index 8969dc56134a8bdeba72c9e815068f67955e8f07..a5015ee59c02f4921233922455a5e774b5fbce38 100644 (file)
@@ -35,7 +35,7 @@ protected:
                return w;
        }
 
-       void add (wxString text, bool label);
+       wxStaticText* add (wxString text, bool label);
        void add_spacer ();
 
        void layout ();