Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / ardour / unknown_processor.h
index 170be3804252bdf2d0d4299f9fb708c2938801ce..c329da201e5b2a7f2b7cbcf2759b04dc363d668e 100644 (file)
@@ -46,9 +46,10 @@ public:
        virtual ~UnknownProcessor ();
 
        bool can_support_io_configuration (const ChanCount &, ChanCount &);
-       void run (BufferSet& /*bufs*/, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double /*speed*/, pframes_t /*nframes*/, bool /*result_required*/);
+       void run (BufferSet& /*bufs*/, samplepos_t /*start_sample*/, samplepos_t /*end_sample*/, double /*speed*/, pframes_t /*nframes*/, bool /*result_required*/);
 
-       XMLNode & state (bool);
+protected:
+       XMLNode& state ();
 
 private:
        XMLNode _state;