mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +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();
|
||||
virtual ~MapData();
|
||||
|
||||
const QString &name() const {return _name;}
|
||||
const RectC &bounds() const {return _bounds;}
|
||||
|
Loading…
Reference in New Issue
Block a user