]> granicus.if.org Git - clang/commitdiff
Another GCC fix
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 23:48:34 +0000 (23:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 23:48:34 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145542 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/FrontendActions.h

index c0ed9fa410f33b206756b9cac4f7dd38a2ba540d..c2bdc746ea367d99afe4dc9e1c3465489ee92f9f 100644 (file)
@@ -94,7 +94,7 @@ public:
 };
 
 class GenerateModuleAction : public ASTFrontendAction {
-  Module *Module;
+  clang::Module *Module;
   
 protected:
   virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,