From cd07449e306366fe8cc881b469d9a97b17c0c22e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jul 2020 11:54:31 +0200 Subject: Add missing static specifiers --- src/ganv_bench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ganv_bench.cpp') diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp index b1bdefb..11fc44e 100644 --- a/src/ganv_bench.cpp +++ b/src/ganv_bench.cpp @@ -29,8 +29,8 @@ using namespace Ganv; static const int MAX_NUM_PORTS = 16; -vector ins; -vector outs; +static vector ins; +static vector outs; static Module* make_module(Canvas* canvas) -- cgit v1.2.1