diff -r c7c26511138f -r 360bd6b35136 bintools/checklib/object/object.h --- a/bintools/checklib/object/object.h Wed Jun 16 16:51:40 2010 +0300 +++ b/bintools/checklib/object/object.h Wed Jun 23 16:56:47 2010 +0800 @@ -12,15 +12,10 @@ // // Description: // Classes for interpreting a memory area as an ELF or COFF object. -// -// +// // Object_factory -----------------> Object -// ^ -// | -// +------+------+ -// | | -// -// Elf_object Coff_object +// Elf_object Coff_object +// // #ifndef OBJECT_H