From 4b5b53f59efaa9dd611f2edd796450acb4158a63 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Thu, 28 Dec 2023 14:45:45 +0100 Subject: [PATCH] Switch to the ShouldWrite API to select which elements to write Corresponds to https://github.com/Matroska-Org/libmatroska/pull/122 --- spectool/schema_2_kaxsemantic_h.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectool/schema_2_kaxsemantic_h.xsl b/spectool/schema_2_kaxsemantic_h.xsl index 1539a306..93750a06 100644 --- a/spectool/schema_2_kaxsemantic_h.xsl +++ b/spectool/schema_2_kaxsemantic_h.xsl @@ -98,7 +98,7 @@ namespace libmatroska { public: - filepos_t RenderData(IOCallback & output, bool bForceRender, bool bSaveDefault) override; + filepos_t RenderData(IOCallback & output, bool bForceRender, ShouldWrite writeFilter) override; bool ValidateSize() const override {return IsFiniteSize() && GetSize()