comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 424:abdf03252c8a vampipe

Next version from this branch (if any) will be 2.7
author Chris Cannam
date Thu, 12 May 2016 12:29:54 +0100
parents 35fa4733bc5d
children 54277cb679ff
comparison
equal deleted inserted replaced
423:8c45dee08a95 424:abdf03252c8a
35 */ 35 */
36 36
37 #include <vamp-hostsdk/PluginHostAdapter.h> 37 #include <vamp-hostsdk/PluginHostAdapter.h>
38 #include <cstdlib> 38 #include <cstdlib>
39 39
40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 ) 40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 7 )
41 #error Unexpected version of Vamp SDK header included 41 #error Unexpected version of Vamp SDK header included
42 #endif 42 #endif
43 43
44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) 44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp)
45 45