From 6bb7f2e911a42e62839a8c2795d0196490c0e088 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 30 May 2014 21:39:20 +0200 Subject: [PATCH] [DEV] API conflic with bullet --- etk/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etk/log.cpp b/etk/log.cpp index f62e93d..b6b283b 100644 --- a/etk/log.cpp +++ b/etk/log.cpp @@ -75,7 +75,7 @@ enum etk::log::level& getDefaultLevel() { return g_val; } -std::vector>& getList() { +static std::vector>& getList() { static std::vector> g_val; return g_val; }