mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Make function declaration match its definition
This commit is contained in:
parent
8431c6c2db
commit
0748f83b8c
@ -131,6 +131,6 @@ mxverb_tid(unsigned int level,
|
||||
|
||||
void MTX_DLL_API mxhexdump(unsigned int level, const void *buffer_to_dump, size_t lenth);
|
||||
|
||||
void MTX_DLL_API dump_ebml_elements(EbmlElement *element, bool with_values = false, int level = 0);
|
||||
void MTX_DLL_API dump_ebml_elements(EbmlElement *element, bool with_values = false, unsigned int level = 0);
|
||||
|
||||
#endif // __MTX_COMMON_OUTPUT_H
|
||||
|
Loading…
Reference in New Issue
Block a user