summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-12-09 18:17:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-12-09 18:17:36 +0000
commitebf3762fa91d911af411f1b5c68e3c67f2c47170 (patch)
treea39eacadb7c1010354ad6776a75d93cee4580c71 /gtk2_ardour/strip_silence_dialog.h
parent0a62044c2c51b38c900ed75d4037e6093901f387 (diff)
fix computation of silence text, and its display. it is still not on top of the canvas, which is a small problem
git-svn-id: svn://localhost/ardour2/branches/3.0@8227 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.h')
-rw-r--r--gtk2_ardour/strip_silence_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h
index 9ac32b25f6..886017ca8a 100644
--- a/gtk2_ardour/strip_silence_dialog.h
+++ b/gtk2_ardour/strip_silence_dialog.h
@@ -44,7 +44,7 @@ public:
void drop_rects ();
- ARDOUR::AudioIntervalMap silences ();
+ void silences (ARDOUR::AudioIntervalMap&);
ARDOUR::framecnt_t minimum_length () const;
ARDOUR::framecnt_t fade_length () const;