Changeset 39 for abuse/trunk/src/imlib/status.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/status.cpp
r2 r39 12 12 visual_object *show; 13 13 int last_update; 14 text_status_node(char *Name, visual_object *Show, text_status_node *Next)14 text_status_node(char const *Name, visual_object *Show, text_status_node *Next) 15 15 { name=strcpy((char *)jmalloc(strlen(Name)+1,"status name"),Name); 16 16 show=Show; … … 29 29 } 30 30 31 void text_status_manager::push(char *name, visual_object *show)31 void text_status_manager::push(char const *name, visual_object *show) 32 32 { 33 33 level++;
Note: See TracChangeset
for help on using the changeset viewer.