Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r6d51bd7 re0115286  
    137137
    138138class TypeSubstitution;
    139 
    140 std::string toString( const Node * );
    141139
    142140//=================================================================================================
     
    357355inline void increment( const class Constant *, Node::ref_type );
    358356inline void decrement( const class Constant *, Node::ref_type );
     357inline void increment( const class Label *, Node::ref_type );
     358inline 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.