summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_source.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 10:40:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 11:25:45 -0700
commitf74c5d8abd8f2f4a3921786507d121ffac05e17a (patch)
tree8fed36e8fe84261c528d4c99a77afdba5b942256 /src/mbgl/annotation/annotation_source.hpp
parentb222689de835a8b83c387aff5e5f500ce17768e5 (diff)
downloadqtlocation-mapboxgl-f74c5d8abd8f2f4a3921786507d121ffac05e17a.tar.gz
[core] Inline AnnotationSource constructor parameters
Diffstat (limited to 'src/mbgl/annotation/annotation_source.hpp')
-rw-r--r--src/mbgl/annotation/annotation_source.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/annotation/annotation_source.hpp b/src/mbgl/annotation/annotation_source.hpp
index 358e94688d..befff2de85 100644
--- a/src/mbgl/annotation/annotation_source.hpp
+++ b/src/mbgl/annotation/annotation_source.hpp
@@ -6,10 +6,7 @@ namespace mbgl {
class AnnotationSource : public style::Source {
public:
- AnnotationSource(std::string id,
- std::string url,
- uint16_t tileSize,
- std::unique_ptr<Tileset>&&);
+ AnnotationSource();
};
} // namespace mbgl