summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ganv_bench.cpp4
1 files changed, 2 insertions, 2 deletions
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<Node*> ins;
-vector<Node*> outs;
+static vector<Node*> ins;
+static vector<Node*> outs;
static Module*
make_module(Canvas* canvas)