summaryrefslogtreecommitdiff
path: root/src/wx/table_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-03 00:14:04 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-03 00:14:04 +0100
commit64b7c2e30a6adc62c373b9dcc7f39310f10ed994 (patch)
tree5f1c7fb5c8ea904d0c1830b700928dca286c34ee /src/wx/table_dialog.h
parentc6dee8f49138c0246c3f94d16792541cd250672f (diff)
Add basic quality option for x264 export.
Diffstat (limited to 'src/wx/table_dialog.h')
-rw-r--r--src/wx/table_dialog.h2
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 ();