thread/{Cond,Mutex}: use "class" instead of "typedef"
Allows forward-declaration.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef MPD_ARCHIVE_FILE_HXX
|
||||
#define MPD_ARCHIVE_FILE_HXX
|
||||
|
||||
class Mutex;
|
||||
class Cond;
|
||||
class Error;
|
||||
|
||||
class ArchiveFile {
|
||||
|
Reference in New Issue
Block a user