Changes in src/SynTree/Attribute.cc [17129659:54c9000]
- File:
-
- 1 edited
-
src/SynTree/Attribute.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Attribute.cc
r17129659 r54c9000 21 21 #include "Expression.h" // for Expression 22 22 23 Attribute::Attribute( const Attribute &other ) : BaseSyntaxNode( other ),name( other.name ) {23 Attribute::Attribute( const Attribute &other ) : name( other.name ) { 24 24 cloneAll( other.parameters, parameters ); 25 25 }
Note:
See TracChangeset
for help on using the changeset viewer.