From c902f9098b331302aaa1baac77d1575db624a132 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 26 Apr 2016 16:39:56 -0700 Subject: [core] Rationalize naming for style-related code --- src/mbgl/style/property_parsing.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mbgl/style/property_parsing.hpp') diff --git a/src/mbgl/style/property_parsing.hpp b/src/mbgl/style/property_parsing.hpp index c0fe5ce2bc..bb894c2407 100644 --- a/src/mbgl/style/property_parsing.hpp +++ b/src/mbgl/style/property_parsing.hpp @@ -2,10 +2,11 @@ #include #include -#include +#include #include #include +#include #include @@ -14,6 +15,7 @@ #include namespace mbgl { +namespace style { template optional parseConstant(const char* name, const JSValue&); @@ -104,6 +106,7 @@ PropertyValue parseProperty(const char* name, const JSValue& value) { return Function(stops, base); } -optional parsePropertyTransition(const char * name, const JSValue&); +optional parseTransitionOptions(const char * name, const JSValue&); +} // namespace style } // namespace mbgl -- cgit v1.2.1