summaryrefslogtreecommitdiff
path: root/src/mbgl/style/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/parser.hpp')
-rw-r--r--src/mbgl/style/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/parser.hpp b/src/mbgl/style/parser.hpp
index ec7be038fb..f992519083 100644
--- a/src/mbgl/style/parser.hpp
+++ b/src/mbgl/style/parser.hpp
@@ -43,7 +43,7 @@ public:
double pitch = 0;
// Statically evaluate layer properties to determine what font stacks are used.
- std::vector<FontStack> fontStacks() const;
+ std::set<FontStack> fontStacks() const;
private:
void parseTransition(const JSValue&);