Changeset 09ab71a


Ignore:
Timestamp:
May 22, 2019, 3:17:48 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b0abc8a0
Parents:
ed3935da
Message:

Made print function final because it effectively was

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    red3935da r09ab71a  
    286286        AggregateDecl * set_body( bool body ) { AggregateDecl::body = body; return this; }
    287287
    288         virtual void print( std::ostream &os, Indenter indent = {} ) const override;
     288        virtual void print( std::ostream &os, Indenter indent = {} ) const override final;
    289289        virtual void printShort( std::ostream &os, Indenter indent = {} ) const override;
    290290  protected:
Note: See TracChangeset for help on using the changeset viewer.