Skip to content

Commit

Permalink
add a macro to replace CreateElement
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Mar 3, 2024
1 parent 955000d commit 0b334d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ebml/EbmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class DllApi x : public BaseClass { \
#define EBML_CONTEXT(e) tEBML_CONTEXT(e)
#define EBML_NAME(e) tEBML_NAME(e)
#define EBML_SPEC(e) tEBML_SPEC(e)
#define EBML_CREATE(e) EBML_INFO_CREATE(EBML_SPEC(e))

#define EBML_INFO_ID(cb) tEBML_INFO_ID(cb)
#define EBML_INFO_NAME(cb) tEBML_INFO_NAME(cb)
Expand Down

0 comments on commit 0b334d4

Please sign in to comment.