From e59b347fa3323d196fda1ae6bd3a74e9f35c3bdd Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 6 May 2024 07:03:23 +0000 Subject: [PATCH] =?UTF-8?q?update=20launcher/launcher/src/main/cpp/swipe?= =?UTF-8?q?=5Fview.h.=20arrPage=5F=E6=94=B9=E6=88=90arrPage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- launcher/launcher/src/main/cpp/swipe_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/launcher/src/main/cpp/swipe_view.h b/launcher/launcher/src/main/cpp/swipe_view.h index c923da4..11d8d1b 100755 --- a/launcher/launcher/src/main/cpp/swipe_view.h +++ b/launcher/launcher/src/main/cpp/swipe_view.h @@ -75,7 +75,7 @@ public: SwipeView(UILabel* titlellable, UILabel* taillable); virtual ~SwipeView(); void OnSetUpView(); - void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage_[MAX_VIEWGROUP]); + void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage[MAX_VIEWGROUP]); void StartApp(AppInfo* app); void ShowLongPressView(AppInfo* app); void UninstallApp(AppInfo* app);