summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string, SPIBasePtr> m_name_map;
- std::unordered_map<SPAttributeEnum, SPIBasePtr> m_id_map;
+ std::unordered_map</* SPAttributeEnum */ int, SPIBasePtr> m_id_map;
std::vector<SPIBasePtr> m_vector;
};