summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proto-ft/mutex.cpp')
-rw-r--r--proto-ft/mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/mutex.cpp b/proto-ft/mutex.cpp
index 073c6f08..a012ba90 100644
--- a/proto-ft/mutex.cpp
+++ b/proto-ft/mutex.cpp
@@ -55,6 +55,6 @@ void check_for_first_run::try_exit()
if (is_first_instance && enabled)
{
qDebug() << "ft runonce: removing registry keys";
- FTNoIR_Protocol::set_protocols(false, false);
+ freetrack::set_protocols(false, false);
}
}