summaryrefslogtreecommitdiffstats
path: root/tests/aidl_test_client_nullables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aidl_test_client_nullables.cpp')
-rw-r--r--tests/aidl_test_client_nullables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aidl_test_client_nullables.cpp b/tests/aidl_test_client_nullables.cpp
index e876af4..805827c 100644
--- a/tests/aidl_test_client_nullables.cpp
+++ b/tests/aidl_test_client_nullables.cpp
@@ -89,7 +89,7 @@ bool ValuesEqual<vector<unique_ptr<String16>>>(
}
template<typename T>
-bool ConfirmNullableType(const sp<ITestService>& s, string type_name,
+bool ConfirmNullableType(const sp<ITestService>& s, const string& type_name,
unique_ptr<T> in,
Status(ITestService::*func)(const unique_ptr<T>&,
unique_ptr<T>*)) {