Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction.hpp

    raf5384 r329cf3  
    1818
    1919#include "Actions/Action.hpp"
     20#include "Actions/ActionSequence.hpp"
     21
     22class ActionSequenceTest;
    2023
    2124namespace MoleCuilder {
    2225  class ActionRegistry;
    23   class ActionSequence;
    2426
    2527/**
     
    3032class MakroAction : public Action
    3133{
     34  //!> grant unit test access to sequence
     35  friend class ::ActionSequenceTest;
    3236public:
     37  MakroAction(const MakroAction &_instance);
    3338  MakroAction(const ActionTrait &_trait,ActionSequence& _actions);
    3439  virtual ~MakroAction();
     
    7883  Dialog *fillDialog(Dialog *dialog);
    7984
     85  //!> this points to the instance of a specific MakroAction, we need to ref for callAll()
    8086  ActionSequence &actions;
    8187};
Note: See TracChangeset for help on using the changeset viewer.