summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/ftnoir_protocol_ft.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rw-r--r--proto-ft/ftnoir_protocol_ft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h
index 43c1c3fc..e2faacf3 100644
--- a/proto-ft/ftnoir_protocol_ft.h
+++ b/proto-ft/ftnoir_protocol_ft.h
@@ -49,7 +49,7 @@ class freetrack : public IProtocol
public:
freetrack();
~freetrack() override;
- bool correct();
+ module_status check_status() override;
void pose( const double *headpose );
QString game_name() override {
QMutexLocker foo(&game_name_mutex);