Changes in src/Parser/ParseNode.h [e869d663:7ee14bb7]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
re869d663 r7ee14bb7 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Sat May 16 13:28:16 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Wed Aug 12 13:27:11 201513 // Update Count : 17 211 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jan 15 17:24:30 2016 13 // Update Count : 174 14 14 // 15 15 … … 108 108 109 109 ConstantNode( Type, std::string * ); 110 ConstantNode( const ConstantNode &other ) : value( *new std::string( other.value ) ) {}; 110 111 ~ConstantNode() { delete &value; } 111 112
Note:
See TracChangeset
for help on using the changeset viewer.