From 7a80f5f825a037c6247509ecea82028a73028fc5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 13 Jul 2009 06:04:06 +0000 Subject: [PATCH] Match declaration to definition (missed a few). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75456 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachOWriter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;