From: Douglas Gregor Date: Wed, 30 Nov 2011 23:48:34 +0000 (+0000) Subject: Another GCC fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8374eda250c1cf6aede92eca289759f5e0a6c308;p=clang Another GCC fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/FrontendActions.h b/include/clang/Frontend/FrontendActions.h index c0ed9fa410..c2bdc746ea 100644 --- a/include/clang/Frontend/FrontendActions.h +++ b/include/clang/Frontend/FrontendActions.h @@ -94,7 +94,7 @@ public: }; class GenerateModuleAction : public ASTFrontendAction { - Module *Module; + clang::Module *Module; protected: virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,