summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-17 11:10:46 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-21 17:36:56 +0200
commitc1a410be8bb135883d73c5937f2c6b22b3d31ed7 (patch)
tree40401155593795feb9886a5eb75a1b3c08a33ed1 /src/mbgl/style/style.hpp
parent24198ebca86cbe1329a1854f080e3f4638973142 (diff)
downloadqtlocation-mapboxgl-c1a410be8bb135883d73c5937f2c6b22b3d31ed7.tar.gz
[core] s/onSourceDidChange/onSourceChanged/ + source ref
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 36ccd1f30e..0c65129422 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -140,7 +140,7 @@ private:
// SourceObserver implementation.
void onSourceLoaded(Source&) override;
- void onSourceAttributionChanged(Source&, const std::string&) override;
+ void onSourceChanged(Source&) override;
void onSourceError(Source&, std::exception_ptr) override;
void onSourceDescriptionChanged(Source&) override;
void onTileChanged(Source&, const OverscaledTileID&) override;