From 4c4e88e809aa88490903d1bacf7a6215bcd4dd99 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 8 Oct 2022 17:23:26 +0200 Subject: [PATCH] SQUASH ABI test --- matroska/KaxDefines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matroska/KaxDefines.h b/matroska/KaxDefines.h index 01fac55..7734eb4 100644 --- a/matroska/KaxDefines.h +++ b/matroska/KaxDefines.h @@ -177,9 +177,9 @@ class MATROSKA_DLL_API x : public EbmlMaster { \ EBML_CONCRETE_CLASS(x) #define DECLARE_MKX_STRING(x) DECLARE_MKX_CONTEXT(x) \ - class MATROSKA_DLL_API x : public EbmlUnicodeString { \ + class MATROSKA_DLL_API x : public EbmlString { \ public: x(); \ - x(const x & ElementToClone) :EbmlUnicodeString(ElementToClone) {} \ + x(const x & ElementToClone) :EbmlString(ElementToClone) {} \ EBML_CONCRETE_CLASS(x) #define DECLARE_MKX_UINTEGER(x) DECLARE_MKX_CONTEXT(x) \ -- 2.40.0