summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/custom_geometry_source_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/sources/custom_geometry_source_impl.hpp')
-rw-r--r--src/mbgl/style/sources/custom_geometry_source_impl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/style/sources/custom_geometry_source_impl.hpp b/src/mbgl/style/sources/custom_geometry_source_impl.hpp
index 04e301f198..a441b38f69 100644
--- a/src/mbgl/style/sources/custom_geometry_source_impl.hpp
+++ b/src/mbgl/style/sources/custom_geometry_source_impl.hpp
@@ -10,8 +10,8 @@ namespace style {
class CustomGeometrySource::Impl : public Source::Impl {
public:
- Impl(std::string id, CustomGeometrySource::Options options);
- Impl(const Impl&, ActorRef<CustomTileLoader>);
+ Impl(std::string id, const CustomGeometrySource::Options& options);
+ Impl(const Impl&, const ActorRef<CustomTileLoader>&);
optional<std::string> getAttribution() const final;