From 2f04964927487cf49b8174d56accace549a4e19b Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Thu, 4 Oct 2018 22:43:32 +0200 Subject: fix compiling on macOS --- src/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.cpp') diff --git a/src/style.cpp b/src/style.cpp index 01f2f4c71..65fb553b5 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -245,7 +245,7 @@ private: } std::unordered_map m_name_map; - std::unordered_map m_id_map; + std::unordered_map m_id_map; std::vector m_vector; }; -- cgit v1.2.3