summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-06-02 18:05:18 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-06-02 20:23:03 +0300
commit68989e671cba847ba65f3d6afd4327b4677be1f3 (patch)
treeb8dea011ba891cfb0821b2810989307ba12abc63 /include/mbgl/platform
parent88b3cfe37de7918723fb9ebb6b886aaec4808bcd (diff)
downloadqtlocation-mapboxgl-68989e671cba847ba65f3d6afd4327b4677be1f3.tar.gz
Remove references to ResourceLoader
ResourceLoader got merged with Style.
Diffstat (limited to 'include/mbgl/platform')
-rw-r--r--include/mbgl/platform/event.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/platform/event.hpp b/include/mbgl/platform/event.hpp
index 8cdd1d50a9..c80186da27 100644
--- a/include/mbgl/platform/event.hpp
+++ b/include/mbgl/platform/event.hpp
@@ -29,7 +29,7 @@ enum class Event : uint8_t {
ParseStyle,
ParseTile,
Render,
- ResourceLoader,
+ Style,
Database,
HttpRequest,
Sprite,
@@ -47,7 +47,7 @@ MBGL_DEFINE_ENUM_CLASS(EventClass, Event, {
{ Event::ParseStyle, "ParseStyle" },
{ Event::ParseTile, "ParseTile" },
{ Event::Render, "Render" },
- { Event::ResourceLoader, "ResourceLoader" },
+ { Event::Style, "Style" },
{ Event::Database, "Database" },
{ Event::HttpRequest, "HttpRequest" },
{ Event::Sprite, "Sprite" },