From 5653251c204f4bad1abe05e24e6a066b4dc4f043 Mon Sep 17 00:00:00 2001 From: "iamyhw@gmail.com" Date: Tue, 29 May 2012 00:12:26 +0000 Subject: [PATCH] unified naming rules,_rtgui_type => _rtgui_object git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2132 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/rtgui/common/rtgui_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rtgui/common/rtgui_object.c b/components/rtgui/common/rtgui_object.c index a4248cfb29..1ee7c1cb10 100644 --- a/components/rtgui/common/rtgui_object.c +++ b/components/rtgui/common/rtgui_object.c @@ -29,7 +29,7 @@ static void _rtgui_object_destructor(rtgui_object_t *object) /* nothing */ } -DEFINE_CLASS_TYPE(type, "object", +DEFINE_CLASS_TYPE(object, "object", RT_NULL, _rtgui_object_constructor, _rtgui_object_destructor,