mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 23:38:32 +08:00
unified naming rules,_rtgui_type => _rtgui_object
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2132 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -29,7 +29,7 @@ static void _rtgui_object_destructor(rtgui_object_t *object)
|
|||||||
/* nothing */
|
/* nothing */
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINE_CLASS_TYPE(type, "object",
|
DEFINE_CLASS_TYPE(object, "object",
|
||||||
RT_NULL,
|
RT_NULL,
|
||||||
_rtgui_object_constructor,
|
_rtgui_object_constructor,
|
||||||
_rtgui_object_destructor,
|
_rtgui_object_destructor,
|
||||||
|
|||||||
Reference in New Issue
Block a user