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

Commit

Permalink
No longer need enable_shared_from_this
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed May 4, 2015
1 parent 7c6df71 commit cb4c5bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mbgl/map/tile_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class StyleLayer;
class Request;
class Worker;

class TileData : public std::enable_shared_from_this<TileData>,
private util::noncopyable {
class TileData : private util::noncopyable {
public:
enum class State {
invalid,
Expand Down

0 comments on commit cb4c5bd

Please sign in to comment.