| commit | c47ed4ab909515b4ba1d3630b8327e8d98743b4a | [log] [tgz] |
|---|---|---|
| author | Cédric Venet <cedric.venet@laposte.net> | Sat Feb 14 16:15:20 2009 +0000 |
| committer | Cédric Venet <cedric.venet@laposte.net> | Sat Feb 14 16:15:20 2009 +0000 |
| tree | 32dea78f1f9c230a4997c484d8ba2fc60e7b141b | |
| parent | 99de95343eb09885ab9aa898dc9dba117b40179d [diff] [blame] |
Fix the build on win32. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64556 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/ASTConsumers.h b/Driver/ASTConsumers.h index 0093a70..2032a2d 100644 --- a/Driver/ASTConsumers.h +++ b/Driver/ASTConsumers.h
@@ -30,7 +30,7 @@ class Preprocessor; class PreprocessorFactory; struct CompileOptions; -struct LangOptions; +class LangOptions; ASTConsumer *CreateASTPrinter(llvm::raw_ostream* OS = NULL);