Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Alternative.h

    r50377a4 rea6332d  
    3939                ~Alternative();
    4040
    41                 void print( std::ostream &os, Indenter indent = {} ) const;
     41                void initialize( const Alternative &src, Alternative &dest );
     42
     43                void print( std::ostream &os, int indent = 0 ) const;
    4244
    4345                Cost cost;
Note: See TracChangeset for help on using the changeset viewer.