typo
This commit is contained in:
parent
e3e0e2e447
commit
b638e65532
|
|
@ -101,7 +101,7 @@ set_ptr(void *&var, void *new_value) {
|
|||
// (via other AtomicAjust methods).
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE void *AtomicAdjustPosixImpl::
|
||||
get_ptr(const void *&var) {
|
||||
get_ptr(void * const &var) {
|
||||
pthread_mutex_lock(&_mutex);
|
||||
void *orig_value = var;
|
||||
pthread_mutex_unlock(&_mutex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue