summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h')
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h b/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
index 9cca4877709..1980bec7153 100644
--- a/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
+++ b/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
@@ -27,7 +27,7 @@ class PDBFile;
class InfoStream {
friend class InfoStreamBuilder;
- struct Header {
+ struct HeaderInfo {
support::ulittle32_t Version;
support::ulittle32_t Signature;
support::ulittle32_t Age;
OpenPOWER on IntegriCloud