- Timestamp:
- Oct 10, 2005, 5:38:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/class_list.cc
r5331 r5352 315 315 long ClassList::StringToID(const char* className) 316 316 { 317 if (className == NULL) 318 return CL_NULL; 317 319 if(likely(ClassList::first != NULL)) 318 320 {
Note: See TracChangeset
for help on using the changeset viewer.