Skip to content
Commit 494c78c3 authored by Michael Georg Hansen's avatar Michael Georg Hansen
Browse files

Revert 1fe432d0 which caused a crash.

MyTile is only deleted by GPSMarkerTiler::tileDelete.
All subclasses of AbstractMarkerTiler have to reimplement tileDelete
to delete their Tile subclasses.
This was done in order not to have any virtual functions
in Tile and its subclasses in order to save memory, since there
can be a lot of tiles in a MarkerTiler.
parent c34935eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment