From 3b4a6097dee760d22eecd97ebe041c69da6b056a Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 8 Oct 2020 20:14:42 +0200 Subject: remove incorrect const --- lib/executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/executor.h') 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> mThreads; - void yield_to(const Thread* t) const; + void yield_to(const Thread* t); }; } // namespace nMatcha -- cgit v1.2.3