Skip to content

Commit 1da6f4b

Browse files
committed
Another GCC fix
llvm-svn: 145542
1 parent b3041fe commit 1da6f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Frontend/FrontendActions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class GeneratePCHAction : public ASTFrontendAction {
9494
};
9595

9696
class GenerateModuleAction : public ASTFrontendAction {
97-
Module *Module;
97+
clang::Module *Module;
9898

9999
protected:
100100
virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,

0 commit comments

Comments
 (0)