diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp index 99acb62e..91bb5897 100644 --- a/taglib/flac/flacfile.cpp +++ b/taglib/flac/flacfile.cpp @@ -72,13 +72,13 @@ public: ByteVector xiphCommentData; String iXMLData; ByteVector bextData; - bool hasiXML { false }; - bool hasBEXT { false }; List blocks; offset_t flacStart { 0 }; offset_t streamStart { 0 }; bool scanned { false }; + bool hasiXML { false }; + bool hasBEXT { false }; }; ////////////////////////////////////////////////////////////////////////////////