summaryrefslogtreecommitdiffstats
path: root/test/task_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/task_test.cpp')
-rw-r--r--test/task_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/task_test.cpp b/test/task_test.cpp
index 04bb23d..1db5098 100644
--- a/test/task_test.cpp
+++ b/test/task_test.cpp
@@ -16,7 +16,7 @@ private:
public:
message(job& job) {
// add an example job
- mytask = job.delegate_task(&message::print_motd, *this);
+ mytask = job.delegate_task(&message::print_motd, this);
}
void print_date() {