diff options
Diffstat (limited to 'common/alsem.h')
-rw-r--r-- | common/alsem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/alsem.h b/common/alsem.h index 9f72d1c6..90b39319 100644 --- a/common/alsem.h +++ b/common/alsem.h @@ -24,7 +24,7 @@ class semaphore { #else using native_type = sem_t; #endif - native_type mSem; + native_type mSem{}; public: semaphore(unsigned int initial=0); |