Changeset c315863


Ignore:
Timestamp:
Aug 24, 2017, 11:25:29 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
ddf8a29
Parents:
3c09d47
Message:

Fix warning in base exception vtable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/exception.h

    r3c09d47 rc315863  
    2929                     struct __cfaehm__base_exception_t * other);
    3030        void (*free)(struct __cfaehm__base_exception_t *this);
    31         const char (*msg)(struct __cfaehm__base_exception_t *this);
     31        const char * (*msg)(struct __cfaehm__base_exception_t *this);
    3232};
    3333struct __cfaehm__base_exception_t {
Note: See TracChangeset for help on using the changeset viewer.