mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
The destructor still needs to be virtual
This commit is contained in:
parent
29705b4cdf
commit
8d92cf6d86
@ -50,7 +50,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
MapData(const QString &fileName);
|
MapData(const QString &fileName);
|
||||||
~MapData();
|
virtual ~MapData();
|
||||||
|
|
||||||
const QString &name() const {return _name;}
|
const QString &name() const {return _name;}
|
||||||
const RectC &bounds() const {return _bounds;}
|
const RectC &bounds() const {return _bounds;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user