diff options
author | Anand Thakker <github@anandthakker.net> | 2017-10-16 16:10:28 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-10-16 16:32:53 -0700 |
commit | b8654b3b04599988f1f7a519853e98d4ca54cfd0 (patch) | |
tree | c51053801e9835ea9de1ef2f3272a6ebc6605a51 /src/mbgl/annotation | |
parent | e43e2aa3d700cb086e8de0e1c07a6623a192bfe0 (diff) | |
download | qtlocation-mapboxgl-b8654b3b04599988f1f7a519853e98d4ca54cfd0.tar.gz |
[core] Move SourceType to the 'style' namespace
Diffstat (limited to 'src/mbgl/annotation')
-rw-r--r-- | src/mbgl/annotation/render_annotation_source.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/render_annotation_source.hpp b/src/mbgl/annotation/render_annotation_source.hpp index 9536b2e101..6209c943f1 100644 --- a/src/mbgl/annotation/render_annotation_source.hpp +++ b/src/mbgl/annotation/render_annotation_source.hpp @@ -43,7 +43,7 @@ private: template <> inline bool RenderSource::is<RenderAnnotationSource>() const { - return baseImpl->type == SourceType::Annotations; + return baseImpl->type == style::SourceType::Annotations; } } // namespace mbgl |