Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction_impl_pre.hpp

    r975b83 r329cf3  
    263263// =========== constructor ===========
    264264ACTION::ACTION () :
    265   MakroAction(ActionTraits< ACTION >(), actions)
     265  MakroAction(ActionTraits< ACTION >(), actions),
     266  actions(prototype_actions)
    266267{}
    267268
     
    294295Action* ACTION::clone(enum QueryOptions flag) const
    295296{
    296   if (flag == Interactive)
    297     return new ACTION();
    298   else
    299     return new ACTION(*this);
     297  return new ACTION();
    300298}
    301299
Note: See TracChangeset for help on using the changeset viewer.