From e296fff5f1d7345ce8f22efd37c1ec23e261fee1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jul 2020 11:29:39 +0200 Subject: Add missing static specifiers --- tests/ingen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ingen_test.cpp') diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 476fab64..eade1194 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -51,7 +51,7 @@ using namespace std; using namespace ingen; -unique_ptr world; +static unique_ptr world; static void ingen_try(bool cond, const char* msg) -- cgit v1.2.1