aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/Program.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Index/Program.h')
-rw-r--r--include/clang/Index/Program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Index/Program.h b/include/clang/Index/Program.h
index 1a08118ca5..2605bb685a 100644
--- a/include/clang/Index/Program.h
+++ b/include/clang/Index/Program.h
@@ -34,7 +34,7 @@ public:
~Program();
/// \brief Traverses the AST and passes all the entities to the Handler.
- void FindEntities(ASTContext &Ctx, EntityHandler *Handler);
+ void FindEntities(ASTContext &Ctx, EntityHandler &Handler);
};
} // namespace idx