diff options
Diffstat (limited to 'src/thread.hh')
| -rw-r--r-- | src/thread.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.hh b/src/thread.hh index 825b330..20cfa0b 100644 --- a/src/thread.hh +++ b/src/thread.hh @@ -18,7 +18,7 @@ void DelayThread(int Seconds, int MicroSeconds); struct Semaphore { // REGULAR FUNCTIONS // ========================================================================= - Semaphore(void); + Semaphore(int Value); ~Semaphore(void); void up(void); void down(void); |
