Skip to content

Commit

Permalink
disambiguate Value
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Nov 27, 2024
1 parent 0668067 commit fc5a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/renderer/render_source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class RenderSource : protected TileObserver {
virtual FeatureExtensionValue queryFeatureExtensions(const Feature&,
const std::string&,
const std::string&,
const std::optional<std::map<std::string, Value>>&) const {
const std::optional<std::map<std::string, mbgl::Value>>&) const {
return {};
}

Expand Down

0 comments on commit fc5a85c

Please sign in to comment.