Ignore:
Timestamp:
Mar 2, 2008, 12:29:06 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix almost 2,000 warnings by using proper "const" keywords where needed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/include/objects.hpp

    r18 r39  
    3737
    3838#define TOTAL_OBJECT_VARS 28
    39 struct obj_desc { char *name; int type; } ;
     39struct obj_desc { char const *name; int type; } ;
    4040extern obj_desc object_descriptions[TOTAL_OBJECT_VARS];
    4141int RC_type_size(int type);
Note: See TracChangeset for help on using the changeset viewer.