Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.h

    r8f910430 recfd758  
    2929struct __cfaehm_base_exception_t;
    3030typedef struct __cfaehm_base_exception_t exception_t;
    31 struct __cfavir_type_info;
     31struct __cfa__parent_vtable;
    3232struct __cfaehm_base_exception_t_vtable {
    33         const struct __cfavir_type_info * __cfavir_typeid;
     33        const struct __cfa__parent_vtable * __cfavir_typeid;
    3434        size_t size;
    3535        void (*copy)(struct __cfaehm_base_exception_t *this,
     
    4141        struct __cfaehm_base_exception_t_vtable const * virtual_table;
    4242};
    43 extern struct __cfavir_type_info __cfatid_exception_t;
     43extern struct __cfa__parent_vtable __cfatid_exception_t;
    4444
    4545
Note: See TracChangeset for help on using the changeset viewer.