[DEV] API conflic with bullet

This commit is contained in:
Edouard DUPIN 2014-05-30 21:39:20 +02:00
parent 23e1b9b026
commit 6bb7f2e911

View File

@ -75,7 +75,7 @@ enum etk::log::level& getDefaultLevel() {
return g_val;
}
std::vector<std::pair<std::string, enum etk::log::level>>& getList() {
static std::vector<std::pair<std::string, enum etk::log::level>>& getList() {
static std::vector<std::pair<std::string, enum etk::log::level>> g_val;
return g_val;
}