From 6d735dafe2ff8596b5ca096e06e9badd4c57fdf7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 25 Mar 2016 20:40:26 +0100 Subject: [PATCH] amend last commit --- libs/ardour/ardour/plugin_insert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);