From 2972a4659fd758ecaf508db8b13d197d021f8d1c Mon Sep 17 00:00:00 2001 From: j21p3 Date: Sat, 18 May 2024 16:17:00 +0800 Subject: [PATCH] =?UTF-8?q?fixed=205dd9709=20from=20https://gitee.com/j21p?= =?UTF-8?q?3/filemanagement=5Fapp=5Ffile=5Fservice/pulls/874=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0c1cba52108e97249137a3206308439ff4c7cc0 Signed-off-by: j21p3 --- .../innerkits/native/file_share/include/file_permission.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/native/file_share/include/file_permission.h b/interfaces/innerkits/native/file_share/include/file_permission.h index 5e5c6f335..18853cde5 100644 --- a/interfaces/innerkits/native/file_share/include/file_permission.h +++ b/interfaces/innerkits/native/file_share/include/file_permission.h @@ -92,7 +92,7 @@ private: vector &errorResults); static int32_t CheckUriPersistentPermission(uint64_t tokenId, const vector &uriPolicies, - vector &errorResults) + vector &errorResults); #endif }; } // namespace AppFileService -- Gitee