summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Frontend/FrontendActions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/FrontendActions.h b/clang/include/clang/Frontend/FrontendActions.h
index a3cf5cb2cd5..0e2664ccb45 100644
--- a/clang/include/clang/Frontend/FrontendActions.h
+++ b/clang/include/clang/Frontend/FrontendActions.h
@@ -93,7 +93,7 @@ public:
};
class GenerateModuleAction : public ASTFrontendAction {
- Module *Module;
+ clang::Module *Module;
const FileEntry *ModuleMapForUniquing;
bool IsSystem;
OpenPOWER on IntegriCloud