commit | b24f7a0513f7468ccf7563d7d347c6e7bab391d9 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Wed Dec 02 18:44:20 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 02 18:44:20 2015 +0000 |
tree | d7773113314617b3745f3998d5ecc97f6d324b8b | |
parent | 9cbabd8fe5ef3834682996ff23b4a5325e0586cb [diff] | |
parent | a5e183c06690f601fd45bddd5599884ad291ac23 [diff] |
Merge "Explicitly disallow default c-tor"
diff --git a/libc/private/ScopedPthreadMutexLocker.h b/libc/private/ScopedPthreadMutexLocker.h index 43dbdc1..58462e3 100644 --- a/libc/private/ScopedPthreadMutexLocker.h +++ b/libc/private/ScopedPthreadMutexLocker.h
@@ -34,7 +34,7 @@ private: pthread_mutex_t* mu_; - DISALLOW_COPY_AND_ASSIGN(ScopedPthreadMutexLocker); + DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedPthreadMutexLocker); }; #endif // SCOPED_PTHREAD_MUTEX_LOCKER_H