Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cc

    ra61fea9a r843054c2  
    1010// Created On       : Sat May 16 12:34:05 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jun  3 11:54:32 2015
    13 // Update Count     : 14
     12// Last Modified On : Thu May 21 09:28:54 2015
     13// Update Count     : 13
    1414//
    1515
     
    756756}
    757757
    758 void buildList( const DeclarationNode *firstNode, std::list< Declaration * > &outputList ) {
     758void buildList( const DeclarationNode *firstNode, std::list< Declaration* > &outputList ) {
    759759        SemanticError errors;
    760760        std::back_insert_iterator< std::list< Declaration* > > out( outputList );
Note: See TracChangeset for help on using the changeset viewer.