Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/DeclMutator.h

    rdbd8652 rb0b958a  
    5555                /// Add a declaration to the list to be added before the current position
    5656                void addDeclaration( Declaration* decl );
    57                 /// Add a declaration to the list to be added after the current position
    58                 void addDeclarationAfter( Declaration* decl );
    5957        private:
    6058                /// A stack of declarations to add before the current declaration or statement
    6159                std::vector< std::list< Declaration* > > declsToAdd;
    62                 /// A stack of declarations to add after the current declaration or statement
    63                 std::vector< std::list< Declaration* > > declsToAddAfter;
    6460        };
    6561} // namespace
Note: See TracChangeset for help on using the changeset viewer.