diff --git a/include/turtle/detail/mutex.hpp b/include/turtle/detail/mutex.hpp index 18ae0a5..b5dcb35 100644 --- a/include/turtle/detail/mutex.hpp +++ b/include/turtle/detail/mutex.hpp @@ -103,9 +103,9 @@ namespace detail {} ~lock() {} - lock( BOOST_RV_REF( lock ) x ) + lock( BOOST_RV_REF( lock ) ) {} - lock& operator=( BOOST_RV_REF( lock ) x ) + lock& operator=( BOOST_RV_REF( lock ) ) { return *this; }