Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction_impl_pre.hpp

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