diff options
Diffstat (limited to 'docs/tex')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index b326f4b4..548f440f 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -51,7 +51,7 @@ class BinaryMutex final { public: bool Lock(UserProcess* process); - bool LockAndWait(UserProcess* process, TimerInterface* timer); + bool LockAndWait(UserProcess* process, ITimer* timer); public: NE_COPY_DEFAULT(BinaryMutex) |
