fix code issue

This commit is contained in:
idea4good 2019-05-17 17:11:47 +08:00
parent 478cd67733
commit 6968512f90

View File

@ -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();}