Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Label.h

    r6b0b624 r94e025a2  
    3333        std::list< Attribute * >& get_attributes() { return attributes; }
    3434
    35         operator std::string() { return name; }
     35        operator std::string() const { return name; }
    3636        bool empty() { return name.empty(); }
    3737  private:
Note: See TracChangeset for help on using the changeset viewer.