Fix compilation with MSVC

BUG=webm:1499

Change-Id: I8e63496a287b6303c287fd2254d4267c79f32f13
This commit is contained in:
Michael Bradshaw 2018-02-28 14:32:16 -08:00
parent 59f08602fc
commit 2374a6f0a0

View File

@ -478,7 +478,7 @@ class MasterValueParser : public ElementParser {
template <typename Tag>
constexpr static bool has_tag() {
return HasTag<Tag, Tags...>::value;
return MasterValueParser::HasTag<Tag, Tags...>::value;
}
};