Fix a struct/class mismatch.

llvm-svn: 82622
This commit is contained in:
Benjamin Kramer 2009-09-23 11:48:57 +00:00
parent 3e7a723fef
commit 43355aec61
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ extern "C" {
namespace llvm {
struct ELFSection;
class ELFSection;
class Function;
class TargetMachine;