X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fmutex.h;h=2173edcac18e887e13ed5a5f08449369a3890d18;hp=26dfe11a7ff8f2fdd1ca4715870c4af7cbfe1f8a;hb=a17c4357f76f24d334fccde990de4daebf43e164;hpb=6b3059351d444bd6eb1e34b44474c5aa2bc3c64c diff --git a/dali/devel-api/threading/mutex.h b/dali/devel-api/threading/mutex.h old mode 100644 new mode 100755 index 26dfe11..2173edc --- a/dali/devel-api/threading/mutex.h +++ b/dali/devel-api/threading/mutex.h @@ -57,7 +57,7 @@ public: * Note! this class *does not* prevent a deadlock in the case when same thread is * locking the same mutex twice. */ - class ScopedLock + class DALI_CORE_API ScopedLock { public: