mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
DebugInfo\DWARF: Privatize some accidentally public members
llvm-svn: 254488
This commit is contained in:
parent
c5149a5512
commit
4fd6a24d41
@ -55,6 +55,7 @@ public:
|
||||
const SectionContribution *getOffset() const;
|
||||
};
|
||||
|
||||
private:
|
||||
struct Header Header;
|
||||
|
||||
int InfoColumn = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user