comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 5628c5ec4000
children 35fa4733bc5d
comparison
equal deleted inserted replaced
418:a13635e9c440 419:55de53d7c777
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 != 5 ) 40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
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