Skip to content

Commit

Permalink
make the EbmlSemanticContext constructor a constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 18, 2023
1 parent f59ed4c commit 7d65209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebml/EbmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ using _GetSemanticContext = const class EbmlSemanticContext &(*)();
*/
class EBML_DLL_API EbmlSemanticContext {
public:
EbmlSemanticContext(std::size_t aSize,
constexpr EbmlSemanticContext(std::size_t aSize,
const EbmlSemantic *aMyTable,
const EbmlSemanticContext *aUpTable,
const _GetSemanticContext aGetGlobalContext,
Expand Down

0 comments on commit 7d65209

Please sign in to comment.