mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
Fix warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@7080 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
133aaeaf58
commit
129ace60e2
1 changed files with 2 additions and 2 deletions
|
|
@ -308,8 +308,8 @@ StripSilenceDialog::update_silence_rects ()
|
|||
|
||||
if (min_audible > 0) {
|
||||
float ms, ma;
|
||||
char* aunits;
|
||||
char* sunits;
|
||||
char const * aunits;
|
||||
char const * sunits;
|
||||
|
||||
ma = (float) min_audible/_session->frame_rate();
|
||||
ms = (float) min_silence/_session->frame_rate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue