Fix porting mistake made during commit 1e52dd4b422b7815eb6902cdc0a80d7e49d05826
Fix porting mistake made during commit 1e52dd4b422b7815eb6902cdc0a80d7e49d05826

--- a/src/in_xsf_framework/XSFFile.h
+++ b/src/in_xsf_framework/XSFFile.h
@@ -40,7 +40,7 @@
 	bool hasFile;
 	std::vector<std::uint8_t> rawData, reservedSection, programSection;
 	TagList tags;
-	std::filesystem::path filePath; readTagsOnly = false);
+	std::filesystem::path filePath;
 	std::string FormattedTitleOptionalBlock(const std::string &block, bool &hadReplacement, unsigned level) const;
 public:
 	XSFFile();