Fix compilation with MSVC
BUG=webm:1499 Change-Id: I8e63496a287b6303c287fd2254d4267c79f32f13
This commit is contained in:
parent
59f08602fc
commit
2374a6f0a0
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user