Fixed compilation issues.

git-svn-id: svn://localhost/ardour2/trunk@1546 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin
2007-03-01 22:00:42 +00:00
parent 5a05deb4b5
commit f942909c77
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ ARDOUR_UI::check_memory_locking ()
#ifdef __APPLE__
/* OS X doesn't support mlockall(2), and so testing for memory locking capability there is pointless */
return;
#endif
#else // !__APPLE__
XMLNode* memory_warning_node = Config->instant_xml (X_("no-memory-warning"), get_user_ardour_path());
@@ -499,6 +499,7 @@ ARDOUR_UI::check_memory_locking ()
}
}
}
#endif // !__APPLE__
}

View File

@@ -7,7 +7,6 @@
#include <ardour/types.h>
#include <ardour/plugin.h>
#include <ardour/audio_unit.h>
namespace ARDOUR {