summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-06 23:34:48 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-06 23:34:48 +0100
commit401af8742fe5b2bb3ec117acdc4b0b36bc8f5047 (patch)
tree903a138f847c19c9bfa7dca675abdc9b5ff11231 /src/wx/text_panel.cc
parent2857a60daf47286979a813ebefd892757de4f113 (diff)
Interface levels in audio tab.
Diffstat (limited to 'src/wx/text_panel.cc')
-rw-r--r--src/wx/text_panel.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc
index 164b9dd7d..169732b66 100644
--- a/src/wx/text_panel.cc
+++ b/src/wx/text_panel.cc
@@ -186,6 +186,12 @@ TextPanel::TextPanel (ContentPanel* p, TextType t)
}
void
+TextPanel::add_to_grid ()
+{
+
+}
+
+void
TextPanel::update_dcp_track_selection ()
{
optional<DCPTextTrack> selected;