Browse code

Fix porting mistake made during commit 1e52dd4b422b7815eb6902cdc0a80d7e49d05826

Clarissa Walker authored on 2024/08/22 22:10:27
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ protected:
40 40
 	bool hasFile;
41 41
 	std::vector<std::uint8_t> rawData, reservedSection, programSection;
42 42
 	TagList tags;
43
-	std::filesystem::path filePath; readTagsOnly = false);
43
+	std::filesystem::path filePath;
44 44
 	std::string FormattedTitleOptionalBlock(const std::string &block, bool &hadReplacement, unsigned level) const;
45 45
 public:
46 46
 	XSFFile();