summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DisconnectNodeEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DisconnectNodeEvent.h')
-rw-r--r--src/libs/engine/events/DisconnectNodeEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisconnectNodeEvent.h b/src/libs/engine/events/DisconnectNodeEvent.h
index 0e679dc0..7623bc40 100644
--- a/src/libs/engine/events/DisconnectNodeEvent.h
+++ b/src/libs/engine/events/DisconnectNodeEvent.h
@@ -42,12 +42,12 @@ template <typename T> class OutputPort;
class DisconnectNodeEvent : public QueuedEvent
{
public:
- DisconnectNodeEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& node_path);
+ DisconnectNodeEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& node_path);
DisconnectNodeEvent(Node* node);
~DisconnectNodeEvent();
void pre_process();
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
private: