diff options
-rw-r--r-- | include/clang/Frontend/FrontendActions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |