Ignore:
Timestamp:
Mar 5, 2024, 9:55:04 AM (8 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
af60383
Parents:
9262fe9
Message:

Removed casts around get_next (also replaced with direct field access) that are no longer needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r9262fe9 r44adf1b  
    6464        virtual ParseList<Next> * clone() const = 0;
    6565
    66         Next * get_next() const { return next; }
    67         void set_next( Next * newlink ) { next = newlink; }
    68 
    6966        Next * get_last() {
    7067                Next * current = static_cast<Next *>( this );
Note: See TracChangeset for help on using the changeset viewer.