mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
ASFPicture fix warning
class/struct thing Signed-off-by: Anton Sergunov <setosha@gmail.com>
This commit is contained in:
parent
843070ba18
commit
68c6a7da7a
@ -35,9 +35,8 @@
|
||||
|
||||
using namespace TagLib;
|
||||
|
||||
class ASF::Picture::PicturePriavte : public RefCounter
|
||||
struct ASF::Picture::PicturePriavte : public RefCounter
|
||||
{
|
||||
public:
|
||||
bool valid;
|
||||
Type type;
|
||||
String mimeType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user