Add an explicit initialization to work around what appears to be a valgrind
[oota-llvm.git] / lib / System / IncludeFile.cpp
index d927e15959165ebb3d4168920ff0a8e84967abae..8258d40326f9bfae733afb7bded3e0dc5186f3fb 100644 (file)
@@ -17,4 +17,4 @@ using namespace llvm;
 
 // This constructor is used to ensure linking of other modules. See the
 // llvm/System/IncludeFile.h header for details. 
-IncludeFile::IncludeFile(void*) {}
+IncludeFile::IncludeFile(const void*) {}