Mercurial > hg > svcore
diff transform/ModelTransformerFactory.h @ 486:4c000e196bf1
* don't pre-declare classes in Vamp namespace (namespace may change!)
author | Chris Cannam |
---|---|
date | Thu, 20 Nov 2008 14:58:52 +0000 |
parents | a1b6d2e33cab |
children | 12578237b99c |
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.h Thu Nov 20 12:09:55 2008 +0000 +++ b/transform/ModelTransformerFactory.h Thu Nov 20 14:58:52 2008 +0000 @@ -21,11 +21,11 @@ #include "ModelTransformer.h" +#include <vamp-hostsdk/PluginBase.h> + #include <map> #include <set> -namespace Vamp { class PluginBase; } - class AudioPlaySource; class ModelTransformerFactory : public QObject