summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
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.cpp
parent24198ebca86cbe1329a1854f080e3f4638973142 (diff)
downloadqtlocation-mapboxgl-c1a410be8bb135883d73c5937f2c6b22b3d31ed7.tar.gz
[core] s/onSourceDidChange/onSourceChanged/ + source ref
Diffstat (limited to 'src/mbgl/style/style.cpp')
-rw-r--r--src/mbgl/style/style.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/style/style.cpp b/src/mbgl/style/style.cpp
index 1db0807535..9e212826f9 100644
--- a/src/mbgl/style/style.cpp
+++ b/src/mbgl/style/style.cpp
@@ -593,8 +593,8 @@ void Style::onSourceLoaded(Source& source) {
observer->onUpdate(Update::Repaint);
}
-void Style::onSourceAttributionChanged(Source& source, const std::string& attribution) {
- observer->onSourceAttributionChanged(source, attribution);
+void Style::onSourceChanged(Source& source) {
+ observer->onSourceChanged(source);
}
void Style::onSourceError(Source& source, std::exception_ptr error) {