forked from OSchip/llvm-project
Add an additional set of braces to deal with subobject initialization.
llvm-svn: 294674
This commit is contained in:
parent
8882eeece9
commit
e4b10f5d37
|
@ -328,7 +328,7 @@ PDB_SymType NativeRawSymbol::getSymTag() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
PDB_UniqueId NativeRawSymbol::getGuid() const {
|
PDB_UniqueId NativeRawSymbol::getGuid() const {
|
||||||
return {0};
|
return {{0}};
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t NativeRawSymbol::getOffset() const {
|
int32_t NativeRawSymbol::getOffset() const {
|
||||||
|
|
Loading…
Reference in New Issue