Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    re869d663 r7ee14bb7  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Sat May 16 13:28:16 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Aug 12 13:27:11 2015
    13 // Update Count     : 172
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Fri Jan 15 17:24:30 2016
     13// Update Count     : 174
    1414//
    1515
     
    108108
    109109        ConstantNode( Type, std::string * );
     110        ConstantNode( const ConstantNode &other ) : value( *new std::string( other.value ) ) {};
    110111        ~ConstantNode() { delete &value; }
    111112
Note: See TracChangeset for help on using the changeset viewer.