summaryrefslogtreecommitdiff
path: root/libs/binder/PermissionCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/PermissionCache.cpp')
-rw-r--r--libs/binder/PermissionCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/PermissionCache.cpp b/libs/binder/PermissionCache.cpp
index a503be8cd7..a4c28ad74e 100644
--- a/libs/binder/PermissionCache.cpp
+++ b/libs/binder/PermissionCache.cpp
@@ -75,7 +75,7 @@ void PermissionCache::purge() {
}
bool PermissionCache::checkCallingPermission(const String16& permission) {
- return PermissionCache::checkCallingPermission(permission, NULL, NULL);
+ return PermissionCache::checkCallingPermission(permission, nullptr, nullptr);
}
bool PermissionCache::checkCallingPermission(