13
0

fix non-inlined SndfileHandle constructor in libaudiographer, which triggers duplicate definition warnings with the OS X linker

git-svn-id: svn://localhost/ardour2/branches/3.0@8017 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-11-13 05:13:38 +00:00
parent e6016c009c
commit 520bc1bed4

View File

@ -196,6 +196,7 @@ SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int c
return ;
} /* SndfileHandle std::string constructor */
inline
SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate)
: p (NULL)
{