From b9f437f75925cb910934f522cde756ee532a2119 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 2 Dec 2015 06:21:28 +0000 Subject: [PATCH] DebugInfo\DWARF: Privatize some accidentally public members git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254488 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h b/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h index 0d49d7c0cf8..83da6fef441 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +++ b/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h @@ -55,6 +55,7 @@ public: const SectionContribution *getOffset() const; }; +private: struct Header Header; int InfoColumn = -1; -- 2.34.1