diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
commit | 4ea281c750c5afcc68f2832bb42d98a1cbce6735 (patch) | |
tree | 60bc7d3ccba2c54859e2e023997cc027cc67aea7 /src/style/class_dictionary.cpp | |
parent | c1a64dc5fa73b54cc5de77629781dfc74302a1e7 (diff) | |
download | qtlocation-mapboxgl-4ea281c750c5afcc68f2832bb42d98a1cbce6735.tar.gz |
rename llmr => mbgl
Diffstat (limited to 'src/style/class_dictionary.cpp')
-rw-r--r-- | src/style/class_dictionary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style/class_dictionary.cpp b/src/style/class_dictionary.cpp index a641295c6f..6e1eb5a879 100644 --- a/src/style/class_dictionary.cpp +++ b/src/style/class_dictionary.cpp @@ -1,6 +1,6 @@ -#include <llmr/style/class_dictionary.hpp> +#include <mbgl/style/class_dictionary.hpp> -namespace llmr { +namespace mbgl { ClassID ClassDictionary::Lookup(const std::string &class_name) { auto it = store.find(class_name); |