comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 516:df32b473b9b6

Update versions throughout to 2.8
author Chris Cannam
date Fri, 01 Feb 2019 16:15:11 +0000
parents 4b619c5871ee
children db2cd87cef6f
comparison
equal deleted inserted replaced
515:34565c6868ed 516:df32b473b9b6
37 #include <vamp-hostsdk/PluginHostAdapter.h> 37 #include <vamp-hostsdk/PluginHostAdapter.h>
38 #include <cstdlib> 38 #include <cstdlib>
39 39
40 #include "Files.h" 40 #include "Files.h"
41 41
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 7 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 )
43 #error Unexpected version of Vamp SDK header included 43 #error Unexpected version of Vamp SDK header included
44 #endif 44 #endif
45 45
46 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) 46 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp)
47 47