diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:22:28 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:22:28 +0200 |
| commit | 906d19822771df7bbd60246ff9f05a00ad87eba3 (patch) | |
| tree | d76608837aee8b26b47ed8b882fcc9e490725df9 /ftnoir_protocol_ft | |
| parent | 083fd59b06aa9f9124e8161d915cc596e83f2589 (diff) | |
fixup! fix Linux build
Diffstat (limited to 'ftnoir_protocol_ft')
| -rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index dc534fda..5b45e41a 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -60,7 +60,7 @@ class FTNoIR_Protocol : public IProtocol { public: FTNoIR_Protocol(); - virtual ~FTNoIR_Protocol(); + ~FTNoIR_Protocol() override; bool checkServerInstallationOK( ); void sendHeadposeToGame( const double *headpose ); QString getGameName() { |
