Can use pointer to const here

Change-Id: I1960e0a460ec4eae4f8d4da526aad8db863087af
Reviewed-on: https://gerrit.libreoffice.org/80813
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-10-15 10:40:24 +02:00
parent 54c8a62d63
commit 0ff6e236b7

View File

@@ -30,7 +30,7 @@ public:
{
}
bool VisitCallExpr(CallExpr* expr)
bool VisitCallExpr(CallExpr const* expr)
{
if (ignoreLocation(expr))
{