diff --git a/launcher/launcher/src/main/cpp/swipe_view.cpp b/launcher/launcher/src/main/cpp/swipe_view.cpp index 046a4a3..f584f00 100755 --- a/launcher/launcher/src/main/cpp/swipe_view.cpp +++ b/launcher/launcher/src/main/cpp/swipe_view.cpp @@ -130,7 +130,7 @@ void SwipeView::OnSetUpView() swipe_->SetCurrentPage(0); } -void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, AppEvent, AppInfo) +void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, AppEvent, AppInfo) { for (int j = 0; j < count; j++) { for (int i = 0; i < groupCount; i++) {