summaryrefslogtreecommitdiff
path: root/src/wx/timeline_content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 23:42:21 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 23:42:21 +0100
commita44d87088c380e2e282b1df65d6bd55795091c72 (patch)
treeeb7d736602a3b97da7581818953957ad8fdbc377 /src/wx/timeline_content_view.h
parentc15424c691168f2071bc54dadb9e265a58d334d1 (diff)
Label audio content with mapping (part of #1279).
Diffstat (limited to 'src/wx/timeline_content_view.h')
-rw-r--r--src/wx/timeline_content_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h
index 787590099..b5b000bdb 100644
--- a/src/wx/timeline_content_view.h
+++ b/src/wx/timeline_content_view.h
@@ -47,6 +47,7 @@ public:
virtual bool active () const = 0;
virtual wxColour background_colour () const = 0;
virtual wxColour foreground_colour () const = 0;
+ virtual wxString label () const;
protected: