X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_labels_view.h;h=f26c9762b879abed4f73e1347b513489c183336f;hb=4358c54894741eef96bc8018a57fb2b0c059a4c1;hp=90293768c4364fcf2fc4565e493ef360e3ff1c5b;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h index 90293768c..f26c9762b 100644 --- a/src/wx/timeline_labels_view.h +++ b/src/wx/timeline_labels_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -30,7 +30,8 @@ public: dcpomatic::Rect bbox () const; void set_3d (bool s); - void set_subtitle_tracks (int n); + void set_audio_tracks (int n); + void set_text_tracks (int n); void set_atmos (bool s); private: @@ -38,6 +39,7 @@ private: int _width; bool _threed; - int _subtitle_tracks; + int _audio_tracks; + int _text_tracks; bool _atmos; };