diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 23:42:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 23:42:21 +0100 |
| commit | a44d87088c380e2e282b1df65d6bd55795091c72 (patch) | |
| tree | eb7d736602a3b97da7581818953957ad8fdbc377 /src/wx/timeline_content_view.h | |
| parent | c15424c691168f2071bc54dadb9e265a58d334d1 (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.h | 1 |
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: |
