summaryrefslogtreecommitdiff
path: root/Driver/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/ASTConsumers.h')
-rw-r--r--Driver/ASTConsumers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/ASTConsumers.h b/Driver/ASTConsumers.h
index 0093a7046a..2032a2d598 100644
--- a/Driver/ASTConsumers.h
+++ b/Driver/ASTConsumers.h
@@ -30,7 +30,7 @@ class FileManager;
class Preprocessor;
class PreprocessorFactory;
struct CompileOptions;
-struct LangOptions;
+class LangOptions;
ASTConsumer *CreateASTPrinter(llvm::raw_ostream* OS = NULL);