Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
revert access specifier since LiveTileParser now gone
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Mar 17, 2015
1 parent a878247 commit 1f761ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/map/tile_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TileParser : private util::noncopyable {
template <class Bucket>
void addBucketGeometries(Bucket&, const GeometryTileLayer&, const FilterExpression&);

protected:
private:
const GeometryTile* geometryTile;
VectorTileData& tile;

Expand Down

0 comments on commit 1f761ac

Please sign in to comment.