mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-05 11:57:41 +01:00
taglib: Remove added explicit in tiostream
This commit is contained in:
parent
00369a2cfe
commit
ad4230f7fa
6
3rdparty/taglib/toolkit/tiostream.h
vendored
6
3rdparty/taglib/toolkit/tiostream.h
vendored
@ -36,10 +36,10 @@ namespace TagLib {
|
||||
#ifdef _WIN32
|
||||
class TAGLIB_EXPORT FileName {
|
||||
public:
|
||||
explicit FileName(const wchar_t *name);
|
||||
explicit FileName(const char *name);
|
||||
FileName(const wchar_t *name);
|
||||
FileName(const char *name);
|
||||
|
||||
explicit FileName(const FileName &name);
|
||||
FileName(const FileName &name);
|
||||
|
||||
operator const wchar_t *() const;
|
||||
operator const char *() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user