diff options
Diffstat (limited to 'runtime/thread.h')
| -rw-r--r-- | runtime/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index b69d2f4a83..5b3e746cc9 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -1189,7 +1189,7 @@ class ScopedAssertNoThreadSuspension { private: Thread* const self_; - const char* old_cause_; + const char* const old_cause_; }; std::ostream& operator<<(std::ostream& os, const Thread& thread); |