mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix MinGW warning 'redeclared without dllimport attribute'
This commit is contained in:
parent
fa234fc053
commit
c1d8159a34
@ -174,7 +174,7 @@ namespace TagLib {
|
||||
Variant &operator=(const Variant &v);
|
||||
|
||||
private:
|
||||
friend std::ostream& ::operator<<(std::ostream &s, const TagLib::Variant &v);
|
||||
friend TAGLIB_EXPORT std::ostream& ::operator<<(std::ostream &s, const TagLib::Variant &v);
|
||||
class VariantPrivate;
|
||||
TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
|
||||
std::shared_ptr<VariantPrivate> d;
|
||||
|
Loading…
Reference in New Issue
Block a user