Skip to content

Commit afc151e

Browse files
authored
fix small typo in tasks tutorial (#92)
1 parent 3ba15d5 commit afc151e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ m_taskListener.bind([](SumTask::Event* event) {
104104
// You can also assign a member function
105105
m_taskListener.bind(this, &MyCoolClass::onSumTask);
106106

107-
void MyCoolClass::onTask(SumTask::Event* event) {
107+
void MyCoolClass::onSumTask(SumTask::Event* event) {
108108
// Handling code
109109
}
110110
```

0 commit comments

Comments
 (0)