comparison vamp-hostsdk/Plugin.h @ 263:4454843ff384

* OK, we're going to have to place the host stuff in its own namespace too. Otherwise our new SV build on OSX fails to load old plugins because they pull in the host namespace PluginBase and thus report the wrong Vamp version... *sigh*
author cannam
date Thu, 20 Nov 2008 15:01:30 +0000
parents 5ee166dccfff
children
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
39 39
40 // Do not include vamp-sdk/Plugin.h directly from host code. Always 40 // Do not include vamp-sdk/Plugin.h directly from host code. Always
41 // use this header instead. 41 // use this header instead.
42 42
43 #include "hostguard.h" 43 #include "hostguard.h"
44
44 #include <vamp-sdk/Plugin.h> 45 #include <vamp-sdk/Plugin.h>
45 46
46 #endif 47 #endif