]> granicus.if.org Git - libmatroska/commitdiff
Mark KaxInternalBlock as exported
authorevpobr <evpobr@gmail.com>
Sat, 18 May 2019 04:42:26 +0000 (09:42 +0500)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sun, 19 May 2019 14:29:42 +0000 (16:29 +0200)
Classes derived from KaxInternalBlock are exported,  but KaxInternalBlock is not.

Fixes compiler warning.

matroska/KaxBlock.h

index 38e164aeea514dcab4b0c78a469660a19a41ef2a..2d5d39b8c7b6eb9cf69953c59c29214050c272f5 100644 (file)
@@ -205,7 +205,7 @@ DECLARE_MKX_MASTER(KaxBlockGroup)
     const KaxTrackEntry * ParentTrack;
 };
 
-class KaxInternalBlock : public EbmlBinary {
+class MATROSKA_DLL_API KaxInternalBlock : public EbmlBinary {
   public:
     KaxInternalBlock(EBML_DEF_CONS EBML_DEF_SEP bool bSimple EBML_DEF_SEP EBML_EXTRA_PARAM) :EBML_DEF_BINARY_INIT EBML_DEF_SEP bLocalTimecodeUsed(false), mLacing(LACING_AUTO), mInvisible(false)
       ,ParentCluster(NULL), bIsSimple(bSimple), bIsKeyframe(true), bIsDiscardable(false)