thread/Mutex: use using instead of making it a derived class
Prepare the transition to std::mutex.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2018 The Music Player Daemon Project
|
||||
* Copyright 2003-2019 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -21,8 +21,8 @@
|
||||
#define MPD_ARCHIVE_FILE_HXX
|
||||
|
||||
#include "input/Ptr.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
class Mutex;
|
||||
class ArchiveVisitor;
|
||||
|
||||
class ArchiveFile {
|
||||
|
||||
Reference in New Issue
Block a user