Add an additional set of braces to deal with subobject initialization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2017-02-10 00:02:09 +00:00
parent 05638abb6d
commit 2d1415be5b

View File

@ -328,7 +328,7 @@ PDB_SymType NativeRawSymbol::getSymTag() const {
}
PDB_UniqueId NativeRawSymbol::getGuid() const {
return {0};
return {{0}};
}
int32_t NativeRawSymbol::getOffset() const {