Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction.hpp

    r329cf3 raf5384  
    1818
    1919#include "Actions/Action.hpp"
    20 #include "Actions/ActionSequence.hpp"
    21 
    22 class ActionSequenceTest;
    2320
    2421namespace MoleCuilder {
    2522  class ActionRegistry;
     23  class ActionSequence;
    2624
    2725/**
     
    3230class MakroAction : public Action
    3331{
    34   //!> grant unit test access to sequence
    35   friend class ::ActionSequenceTest;
    3632public:
    37   MakroAction(const MakroAction &_instance);
    3833  MakroAction(const ActionTrait &_trait,ActionSequence& _actions);
    3934  virtual ~MakroAction();
     
    8378  Dialog *fillDialog(Dialog *dialog);
    8479
    85   //!> this points to the instance of a specific MakroAction, we need to ref for callAll()
    8680  ActionSequence &actions;
    8781};
Note: See TracChangeset for help on using the changeset viewer.