compiler warning

This commit is contained in:
David Rose 2007-01-30 16:38:17 +00:00
parent 6154ac04bf
commit c86cd6de5d

View File

@ -94,6 +94,9 @@ operator << (ostream &out, TypeHandle::MemoryClass mem_class) {
case TypeHandle::MC_deleted_chain_inactive:
return out << "deleted_chain_inactive";
case TypeHandle::MC_limit:
return out << "limit";
}
return out