diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-10-04 20:43:32 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-10-04 20:43:32 +0000 |
| commit | 2f04964927487cf49b8174d56accace549a4e19b (patch) | |
| tree | bcef58d2cd064df061c9993fd3e86421d6a4a914 /src/style.cpp | |
| parent | SPStyle property lookup helper class (diff) | |
| download | inkscape-2f04964927487cf49b8174d56accace549a4e19b.tar.gz inkscape-2f04964927487cf49b8174d56accace549a4e19b.zip | |
fix compiling on macOS
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
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; }; |
