Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
[ardour.git] / libs / ardour / ardour / capturing_processor.h
index 2e2db780915a1b232a75fc743be5f390dc2b541c..b672d1ac0756fc33584b4271b580af3aa2f01e61 100644 (file)
@@ -39,6 +39,7 @@ class CapturingProcessor : public Processor
        void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool result_required);
        bool configure_io (ChanCount in, ChanCount out);
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
+       virtual XMLNode& state (bool);
 
   private: