mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
fix compiler warning
A class with virtual functions needs a vitual destructor.
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
|
||||
class RealtimeController
|
||||
{
|
||||
|
||||
public:
|
||||
RealtimeWindow *parent; // for push devices
|
||||
|
||||
RealtimeController (RealtimeWindow *parent);
|
||||
virtual ~RealtimeController() {}
|
||||
|
||||
virtual int start();
|
||||
virtual int restart(); // restart after paused
|
||||
|
||||
Reference in New Issue
Block a user