summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-10-04 20:43:32 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-10-04 20:43:32 +0000
commit2f04964927487cf49b8174d56accace549a4e19b (patch)
treebcef58d2cd064df061c9993fd3e86421d6a4a914 /src/style.cpp
parentSPStyle property lookup helper class (diff)
downloadinkscape-2f04964927487cf49b8174d56accace549a4e19b.tar.gz
inkscape-2f04964927487cf49b8174d56accace549a4e19b.zip
fix compiling on macOS
Diffstat (limited to 'src/style.cpp')
-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;
};