From: David Blaikie Date: Wed, 2 Dec 2015 06:21:28 +0000 (+0000) Subject: DebugInfo\DWARF: Privatize some accidentally public members X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9f437f75925cb910934f522cde756ee532a2119;p=llvm DebugInfo\DWARF: Privatize some accidentally public members git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254488 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;