This commit is contained in:
Jonas Zeunert
2018-09-26 20:25:46 +02:00
parent 7c0989bb6b
commit 23594948f1

View File

@@ -32,7 +32,7 @@ Detector::~Detector()
this->detect_thread.join(); this->detect_thread.join();
} }
// Cycles over all s and enqueues an event if detected. // Cycles over all events and enqueues an event if detected.
void Detector::detect() void Detector::detect()
{ {
while(this->is_running) while(this->is_running)