summaryrefslogtreecommitdiff
path: root/src/style/class_properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/class_properties.cpp')
-rw-r--r--src/style/class_properties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style/class_properties.cpp b/src/style/class_properties.cpp
index e326f56561..e7bf855bfc 100644
--- a/src/style/class_properties.cpp
+++ b/src/style/class_properties.cpp
@@ -1,6 +1,6 @@
-#include <llmr/style/class_properties.hpp>
+#include <mbgl/style/class_properties.hpp>
-namespace llmr {
+namespace mbgl {
const PropertyTransition &ClassProperties::getTransition(PropertyKey key, const PropertyTransition &defaultTransition) const {
auto it = transitions.find(key);