diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-03 00:14:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-03 00:14:04 +0100 |
| commit | 64b7c2e30a6adc62c373b9dcc7f39310f10ed994 (patch) | |
| tree | 5f1c7fb5c8ea904d0c1830b700928dca286c34ee /src/wx/table_dialog.h | |
| parent | c6dee8f49138c0246c3f94d16792541cd250672f (diff) | |
Add basic quality option for x264 export.
Diffstat (limited to 'src/wx/table_dialog.h')
| -rw-r--r-- | src/wx/table_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/table_dialog.h b/src/wx/table_dialog.h index 8969dc561..a5015ee59 100644 --- a/src/wx/table_dialog.h +++ b/src/wx/table_dialog.h @@ -35,7 +35,7 @@ protected: return w; } - void add (wxString text, bool label); + wxStaticText* add (wxString text, bool label); void add_spacer (); void layout (); |
