Skip to content

Commit

Permalink
don't export EbmlMaster semantic context as a DLL entry
Browse files Browse the repository at this point in the history
It's accessible via GetContextMaster().
  • Loading branch information
robUx4 committed Mar 3, 2024
1 parent 70050cb commit 0e8c30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions matroska/KaxContexts.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace libmatroska {

extern const libebml::EbmlSemanticContext MATROSKA_DLL_API Context_KaxMatroska;
extern const libebml::EbmlSemanticContextMaster MATROSKA_DLL_API Context_KaxMatroska;

extern MATROSKA_DLL_API const libebml::EbmlSemanticContext & GetKaxGlobal_Context();
extern MATROSKA_DLL_API const libebml::EbmlSemanticContextMaster & GetKaxGlobal_Context();

} // namespace libmatroska

Expand Down
2 changes: 1 addition & 1 deletion src/KaxContexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEFINE_END_SEMANTIC(KaxMatroska)
DEFINE_MKX_CONTEXT(KaxMatroska)

// for the moment
const EbmlSemanticContext & GetKaxGlobal_Context()
const EbmlSemanticContextMaster & GetKaxGlobal_Context()
{
return GetEbmlGlobal_Context();
}
Expand Down

0 comments on commit 0e8c30a

Please sign in to comment.