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_audio_content_view.h | |
| parent | c15424c691168f2071bc54dadb9e265a58d334d1 (diff) | |
Label audio content with mapping (part of #1279).
Diffstat (limited to 'src/wx/timeline_audio_content_view.h')
| -rw-r--r-- | src/wx/timeline_audio_content_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline_audio_content_view.h b/src/wx/timeline_audio_content_view.h index 17665111f..bede1dcda 100644 --- a/src/wx/timeline_audio_content_view.h +++ b/src/wx/timeline_audio_content_view.h @@ -34,4 +34,5 @@ private: } wxColour background_colour () const; wxColour foreground_colour () const; + wxString label () const; }; |
