diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-13 06:04:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-13 06:04:06 +0000 |
commit | 3a86fe943c5133522c46445c209a58fdeac12ac8 (patch) | |
tree | f6e04864903d4bffa8903638e70c7c34d06950d1 /llvm/lib/CodeGen/MachOWriter.h | |
parent | e02670db0763244451b35f311227a1d6cfcac25e (diff) | |
download | bcm5719-llvm-3a86fe943c5133522c46445c209a58fdeac12ac8.tar.gz bcm5719-llvm-3a86fe943c5133522c46445c209a58fdeac12ac8.zip |
Match declaration to definition (missed a few).
llvm-svn: 75456
Diffstat (limited to 'llvm/lib/CodeGen/MachOWriter.h')
-rw-r--r-- | llvm/lib/CodeGen/MachOWriter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachOWriter.h b/llvm/lib/CodeGen/MachOWriter.h index e8e579347a4..e5c7ee6c253 100644 --- a/llvm/lib/CodeGen/MachOWriter.h +++ b/llvm/lib/CodeGen/MachOWriter.h @@ -24,9 +24,9 @@ namespace llvm { class Mangler; class MachineRelocation; class MachOCodeEmitter; - class MachODySymTab; - class MachOHeader; - class MachOSection; + struct MachODySymTab; + struct MachOHeader; + struct MachOSection; struct MachOSym; class TargetData; class TargetMachine; |