X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.h;h=9ab25f2d48306471bcfd63b0439e501ee5f0fc37;hb=242a4a9abe1e1113b5eb39aa751aa054f696d7be;hp=61118c734febffa1e5da463e5ead628074a144ad;hpb=fc1475d88018934a61df890c192a404a105308fd;p=libs%2Fcore.git diff --git a/source/core/semaphore.h b/source/core/semaphore.h index 61118c7..9ab25f2 100644 --- a/source/core/semaphore.h +++ b/source/core/semaphore.h @@ -2,11 +2,11 @@ #define MSP_CORE_SEMAPHORE_H_ #include -#include "mutex.h" +#include "noncopyable.h" namespace Msp { -class Semaphore +class Semaphore: private NonCopyable { private: struct Private;