mkvmuxerutil.hpp: Add using directives for overloaded size utils.

Some downstream code using the EBML element size requires that
EbmlElementSize and EbmlMasterElementSize are accessible in the global
namespace.

Change-Id: I9d110b683e434c90f96ae7b35b35e79eb6a2335f
This commit is contained in:
Tom Finegan 2016-04-14 16:23:15 -07:00
parent ec479287ff
commit 6df3e5630e

View File

@ -12,4 +12,7 @@
// New projects should not include this file: include the file included below.
#include "mkvmuxer/mkvmuxerutil.h"
using mkvmuxer::EbmlElementSize;
using mkvmuxer::EbmlMasterElementSize;
#endif // LIBWEBM_MKVMUXERUTIL_HPP_