From: Moritz Bunkus Date: Mon, 22 Jun 2020 07:53:12 +0000 (+0200) Subject: KaxSemantic.h: fix missing function declarations X-Git-Tag: release-1.6.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be299cd6617427fe5c89f1894a9d91fd9e2ed08;p=libmatroska KaxSemantic.h: fix missing function declarations --- diff --git a/matroska/KaxSemantic.h b/matroska/KaxSemantic.h index 3d65db3..fc7f87e 100644 --- a/matroska/KaxSemantic.h +++ b/matroska/KaxSemantic.h @@ -693,9 +693,13 @@ public: }; DECLARE_MKX_UINTEGER(KaxFileUsedStartTime) +public: + filepos_t RenderData(IOCallback & output, bool bForceRender, bool bSaveDefault); }; DECLARE_MKX_UINTEGER(KaxFileUsedEndTime) +public: + filepos_t RenderData(IOCallback & output, bool bForceRender, bool bSaveDefault); };