thread/Mutex: use using
instead of making it a derived class
Prepare the transition to std::mutex.
This commit is contained in:
@@ -18,6 +18,5 @@
|
||||
*/
|
||||
|
||||
#include "Mutex.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
Mutex smbclient_mutex;
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_SMBCLIENT_MUTEX_HXX
|
||||
#define MPD_SMBCLIENT_MUTEX_HXX
|
||||
|
||||
class Mutex;
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
/**
|
||||
* Since libsmbclient is not thread-safe, this mutex must be locked
|
||||
|
Reference in New Issue
Block a user