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:
@@ -30,7 +30,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool VisitCallExpr(CallExpr* expr)
|
||||
bool VisitCallExpr(CallExpr const* expr)
|
||||
{
|
||||
if (ignoreLocation(expr))
|
||||
{
|
||||
|
Reference in New Issue
Block a user