Skip to content

Commit

Permalink
fix missing EbmlDummy::ClassId implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 17, 2023
1 parent 5caec5d commit 46071dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebml/EbmlDummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class EBML_DLL_API EbmlDummy : public EbmlBinary {
EbmlElement * Clone() const override { return &Create(); }

static EbmlElement & Create() { return *(new EbmlDummy); }
static const EbmlId & ClassId();
static const EbmlId & ClassId() { return DummyRawId; };
static const EbmlCallbacks ClassInfos;

private:
Expand Down

0 comments on commit 46071dc

Please sign in to comment.