Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    re0115286 r6d51bd7  
    137137
    138138class TypeSubstitution;
     139
     140std::string toString( const Node * );
    139141
    140142//=================================================================================================
     
    355357inline void increment( const class Constant *, Node::ref_type );
    356358inline void decrement( const class Constant *, Node::ref_type );
    357 inline void increment( const class Label *, Node::ref_type );
    358 inline void decrement( const class Label *, Node::ref_type );
    359359inline void increment( const class Attribute *, Node::ref_type );
    360360inline void decrement( const class Attribute *, Node::ref_type );
Note: See TracChangeset for help on using the changeset viewer.