Cocoa branch compiles again.

git-svn-id: svn://localhost/ardour2/trunk@1384 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin
2007-01-25 03:36:51 +00:00
parent 5903a869b5
commit 1c61d4007a
3 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
#include <pbd/error.h>
#include <ardour/coreaudiosource.h>
#include <ardour/utils.h>
#include <appleutility/CAAudioFile.h>
#include <appleutility/CAStreamBasicDescription.h>

View File

@@ -410,7 +410,7 @@ DestructiveFileSource::handle_header_position_change ()
}
void
DestructiveFileSource::set_timeline_position (nframes_t pos)
DestructiveFileSource::set_timeline_position (int64_t pos)
{
//destructive track timeline postion does not change except at instantion or when header_position_offset (session start) changes
}

View File

@@ -17,9 +17,9 @@
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.yourcompany.yourUTI</string>
<string>org.ardour.yourUTI</string>
<key>UTTypeReferenceURL</key>
<string>http://www.company.com/yourproduct</string>
<string>http://www.ardour.org</string>
<key>UTTypeDescription</key>
<string>Your Document Kind String</string>
<key>UTTypeConformsTo</key>