Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction_impl_header.hpp

    r975b83 r329cf3  
    263263  //!> flag to check whether actions have been prepared
    264264  static bool isPrepared;
    265   //!> sequence of actions for this macro action
    266   static ActionSequence actions;
     265  //!> sequence of prototype actions for this macro action
     266  static ActionSequence prototype_actions;
     267  //!> sequence of actions for this specific instance
     268  ActionSequence actions;
    267269
    268270private:
Note: See TracChangeset for help on using the changeset viewer.