1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

The destructor still needs to be virtual

This commit is contained in:
Martin Tůma 2021-10-02 11:59:11 +02:00
parent 29705b4cdf
commit 8d92cf6d86

View File

@ -50,7 +50,7 @@ public:
};
MapData(const QString &fileName);
~MapData();
virtual ~MapData();
const QString &name() const {return _name;}
const RectC &bounds() const {return _bounds;}