Typo.
[oota-llvm.git] / lib / CodeGen / ELFWriter.cpp
index ce534092ba3e5b843ca7eba5a9b1d4b6ed44d8ee..8ecddb877f4b614f2618a47703312c35827e5351 100644 (file)
@@ -47,7 +47,7 @@
 #include <list>
 using namespace llvm;
 
-const int ELFWriter::ID = 0;
+char ELFWriter::ID = 0;
 /// AddELFWriter - Concrete function to add the ELF writer to the function pass
 /// manager.
 MachineCodeEmitter *llvm::AddELFWriter(FunctionPassManager &FPM,