From: Daniel Dunbar Date: Mon, 13 Jul 2009 06:04:06 +0000 (+0000) Subject: Match declaration to definition (missed a few). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7a80f5f825a037c6247509ecea82028a73028fc5;p=oota-llvm.git Match declaration to definition (missed a few). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachOWriter.h b/lib/CodeGen/MachOWriter.h index e8e579347a4..e5c7ee6c253 100644 --- a/lib/CodeGen/MachOWriter.h +++ b/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;