Ignore:
Timestamp:
Jul 27, 2017, 2:56:25 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, 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:
fcd17b2f
Parents:
d746bc8
Message:

Fixed last 2 g++ warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/TypeExpr.cc

    rd746bc8 r4d4e5de  
    2121}
    2222
    23 TypeExpr::TypeExpr( const TypeExpr &other ) : type( maybeClone( other.type ) ) {
     23TypeExpr::TypeExpr( const TypeExpr &other ) : Expression( other ), type( maybeClone( other.type ) ) {
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.