summaryrefslogtreecommitdiff
path: root/src/processrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processrunner.h')
-rw-r--r--src/processrunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processrunner.h b/src/processrunner.h
index fd451e38..276c46b1 100644
--- a/src/processrunner.h
+++ b/src/processrunner.h
@@ -164,7 +164,7 @@ private:
// creates the lock widget and calls f()
//
- void withLock(std::function<void (LockWidget&)> f);
+ void withLock(std::function<void (LockWidget::Session&)> f);
};
Q_DECLARE_OPERATORS_FOR_FLAGS(ProcessRunner::WaitFlags);