diff --git a/launcher/launcher/src/main/cpp/swipe_view.h b/launcher/launcher/src/main/cpp/swipe_view.h index 11d8d1b..69ab8ac 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); void StartApp(AppInfo* app); void ShowLongPressView(AppInfo* app); void UninstallApp(AppInfo* app);