Support for building and running external apps (#112)
This commit is contained in:
committed by
GitHub
parent
42e843b463
commit
415442e410
@@ -112,7 +112,7 @@ ThreadId Mutex::getOwner() const {
|
||||
|
||||
|
||||
std::unique_ptr<ScopedMutexUsage> Mutex::scoped() const {
|
||||
return std::move(std::make_unique<ScopedMutexUsage>(*this));
|
||||
return std::make_unique<ScopedMutexUsage>(*this);
|
||||
}
|
||||
|
||||
Mutex* tt_mutex_alloc(Mutex::Type type) {
|
||||
|
||||
Reference in New Issue
Block a user