a reverb is a reverb is a reverb
[ardour.git] / gtk2_ardour / plugin_interest.h
index 1b7d3c09598ebbde8d5bba8ba452f21166fa2bd1..7661a84d33827378c6f53ace7c24079e0c96d700 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Paul Davis 
+    Copyright (C) 2008 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 #define __gtkardour_plugin_interest_h__
 
 #include <vector>
-#include <ardour/plugin.h>
+#include "ardour/plugin.h"
 
 typedef std::vector<ARDOUR::PluginPtr> SelectedPlugins;
 
@@ -30,7 +30,7 @@ class PluginInterestedObject {
        PluginInterestedObject() {}
        virtual ~PluginInterestedObject() {}
 
-       virtual void use_plugins (const SelectedPlugins&) = 0;
+       virtual bool use_plugins (const SelectedPlugins&) = 0;
 };
 
 #endif /* __gtkardour_plugin_interest_h__ */