summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-09 13:30:18 +0200
committerChris Loer <chris.loer@mapbox.com>2018-12-11 11:46:16 -0800
commit662a4955615d201f6d1525dcbf3cc08da3d546b4 (patch)
treeda1ab00d49c7c9102bfcb66c00c0bb75bdff7a1e /include
parent70c2d5a4cabcd87bc4e6e564fcd6dfa10bd4c521 (diff)
downloadqtlocation-mapboxgl-662a4955615d201f6d1525dcbf3cc08da3d546b4.tar.gz
[docs] EnterIdle -> BecomeIdle
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map_observer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map_observer.hpp b/include/mbgl/map/map_observer.hpp
index 9c3345d614..98b218f8f0 100644
--- a/include/mbgl/map/map_observer.hpp
+++ b/include/mbgl/map/map_observer.hpp
@@ -39,7 +39,7 @@ public:
virtual void onDidFinishRenderingMap(RenderMode) {}
virtual void onDidFinishLoadingStyle() {}
virtual void onSourceChanged(style::Source&) {}
- virtual void onDidEnterIdle() {}
+ virtual void onDidBecomeIdle() {}
};
} // namespace mbgl