1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Fix gcc warning

This commit is contained in:
Jon Beniston 2021-11-04 12:44:56 +00:00
parent 9f2cb0c29c
commit f7a8473b8f

View File

@ -33,6 +33,7 @@ public:
int m_mmsi;
AISMessage(const QByteArray ba);
virtual ~AISMessage() {}
virtual QString getType() = 0;
virtual bool hasPosition() { return false; }
virtual float getLatitude() { return 0.0f; }