Typo.
[oota-llvm.git] / lib / CodeGen / ELFWriter.cpp
index 9ca7cf14c236aeab24f3bbdb7742a328a087bc6f..8ecddb877f4b614f2618a47703312c35827e5351 100644 (file)
@@ -47,7 +47,7 @@
 #include <list>
 using namespace llvm;
 
-const char 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,