summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/tile_pyramid.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-07-19 12:52:33 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-07-19 13:31:59 -0700
commit2cdbb49a0c7253aa38da8e02dff921d78dc2de49 (patch)
tree1a714023c8b469c694bfed1b7d35a2ec60907e59 /src/mbgl/renderer/tile_pyramid.hpp
parent64203ba53fa2384db60476afa9041b0d656cca1c (diff)
downloadqtlocation-mapboxgl-2cdbb49a0c7253aa38da8e02dff921d78dc2de49.tar.gz
[core] Fix build; struct ⇢ class
Diffstat (limited to 'src/mbgl/renderer/tile_pyramid.hpp')
-rw-r--r--src/mbgl/renderer/tile_pyramid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/renderer/tile_pyramid.hpp b/src/mbgl/renderer/tile_pyramid.hpp
index 4a77419c2c..d940f378fa 100644
--- a/src/mbgl/renderer/tile_pyramid.hpp
+++ b/src/mbgl/renderer/tile_pyramid.hpp
@@ -24,7 +24,7 @@ class RenderTile;
class RenderStyle;
class RenderedQueryOptions;
class SourceQueryOptions;
-struct TileParameters;
+class TileParameters;
class TilePyramid {
public: