diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h index 7a3dd981dd..453b9a0f0c 100644 --- a/libs/ardour/ardour/plugin_insert.h +++ b/libs/ardour/ardour/plugin_insert.h @@ -216,8 +216,8 @@ class LIBARDOUR_API PluginInsert : public Processor /** details of the match currently being used */ Match _match; - std::map _in_map; - std::map _out_map; + std::map _in_map; + std::map _out_map; void automation_run (BufferSet& bufs, framepos_t start, pframes_t nframes); void connect_and_run (BufferSet& bufs, pframes_t nframes, framecnt_t offset, bool with_auto, framepos_t now = 0);