mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@9577 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
70b0748fc7
commit
edfc4e8563
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ FileDescriptor::release ()
|
|||
FdFileDescriptor::FdFileDescriptor (string const & file_name, bool writeable, mode_t mode)
|
||||
: FileDescriptor (file_name, writeable)
|
||||
, _fd (-1)
|
||||
, _mode (m)
|
||||
, _mode (mode)
|
||||
{
|
||||
manager()->add (this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue