From 6968512f90b21df3a97049be42eb31b28d6ccafe Mon Sep 17 00:00:00 2001 From: idea4good Date: Fri, 17 May 2019 17:11:47 +0800 Subject: [PATCH] fix code issue --- widgets/widgets_include/slide_group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/widgets_include/slide_group.h b/widgets/widgets_include/slide_group.h index 9d47a4f..bd87687 100644 --- a/widgets/widgets_include/slide_group.h +++ b/widgets/widgets_include/slide_group.h @@ -17,7 +17,7 @@ public: short width, short height, WND_TREE* p_child_tree = NULL, Z_ORDER_LEVEL max_zorder = Z_ORDER_LEVEL_0); void disabel_all_slide(); - virtual bool c_slide_group::on_touch(int x, int y, TOUCH_ACTION action); + virtual bool on_touch(int x, int y, TOUCH_ACTION action); virtual bool on_key(KEY_TYPE key); protected: virtual c_wnd* clone(){return new c_slide_group();}