Declaring destructors virtual

This commit is contained in:
Dan Paulat 2021-11-27 17:35:15 -06:00
parent 0069ed2f4d
commit afb174a8fe
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ class GenericLayer : public QObject
public:
explicit GenericLayer();
~GenericLayer();
virtual ~GenericLayer();
virtual void Initialize() = 0;
virtual void Render(const QMapbox::CustomLayerRenderParameters&) = 0;