comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6

Naturally, I forgot to update the version in the headers. Argh. Sorry
author Chris Cannam
date Mon, 22 Jun 2015 09:28:58 +0100
parents dc40fff9f20b
children 35fa4733bc5d
comparison
equal deleted inserted replaced
409:dea71aac0c5b 410:5628c5ec4000
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