first working version of save-as
[ardour.git] / libs / ardour / ardour / unknown_processor.h
index 36981030ce844bed2e7141c0870e68997f95ac7c..50234e8294a24b770e2e3535a040748cdddacac2 100644 (file)
@@ -39,7 +39,7 @@ namespace ARDOUR {
  *  session on a machine without a particular plugin will not corrupt
  *  the session.
  */
-class UnknownProcessor : public Processor
+class LIBARDOUR_API UnknownProcessor : public Processor
 {
 public:
        UnknownProcessor (Session &, XMLNode const &);
@@ -49,7 +49,7 @@ public:
                return false;
        }
 
-       bool can_support_io_configuration (const ChanCount &, ChanCount &) const {
+       bool can_support_io_configuration (const ChanCount &, ChanCount &) {
                return false;
        }