Mercurial > hg > vamp-plugin-sdk
diff src/vamp-hostsdk/PluginLoader.cpp @ 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 | 521734d2b498 |
children | 1ed95908a397 |
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginLoader.cpp Fri Nov 14 14:20:47 2008 +0000 +++ b/src/vamp-hostsdk/PluginLoader.cpp Thu Nov 20 15:01:30 2008 +0000 @@ -66,6 +66,8 @@ using namespace std; +_VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.cpp) + namespace Vamp { namespace HostExt { @@ -634,3 +636,6 @@ } } + +_VAMP_SDK_HOSTSPACE_END(PluginLoader.cpp) +