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

llvm-svn: 294674
This commit is contained in:
Eric Christopher 2017-02-10 00:02:09 +00:00
parent 8882eeece9
commit e4b10f5d37
1 changed files with 1 additions and 1 deletions

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 {