mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Fix compile.
git-svn-id: svn://localhost/ardour2/branches/3.0@4749 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ab47be7b5a
commit
0ac5ef6fab
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ FD_MidiPort::list_devices ()
|
|||
{
|
||||
PathScanner scanner;
|
||||
|
||||
return scanner (*midi_dirpath, *midi_filename_pattern, false, true);
|
||||
return scanner (*midi_dirpath, *midi_filename_pattern, false, true, false);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue