Explorar o código

unified naming rules,_rtgui_type => _rtgui_object

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2132 bbd45198-f89e-11dd-88c7-29a3b14d5316
iamyhw@gmail.com %!s(int64=13) %!d(string=hai) anos
pai
achega
5653251c20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/rtgui/common/rtgui_object.c

+ 1 - 1
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,