changed notation
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ LambdaQRunnable::LambdaQRunnable(std::function<void()> action)
|
||||
void
|
||||
LambdaQRunnable::run()
|
||||
{
|
||||
action();
|
||||
this->action();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user