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; }