aboutsummaryrefslogtreecommitdiff
path: root/lib/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/executor.h')
-rw-r--r--lib/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/executor.h b/lib/executor.h
index 0f2eca9..ac007b1 100644
--- a/lib/executor.h
+++ b/lib/executor.h
@@ -34,6 +34,6 @@ namespace nMatcha {
void* mStackPtr;
std::forward_list<std::unique_ptr<Thread>> mThreads;
- void yield_to(const Thread* t) const;
+ void yield_to(const Thread* t);
};
} // namespace nMatcha