summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DisconnectPortEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DisconnectPortEvent.h')
-rw-r--r--src/libs/engine/events/DisconnectPortEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisconnectPortEvent.h b/src/libs/engine/events/DisconnectPortEvent.h
index b52401ba..0beee4b9 100644
--- a/src/libs/engine/events/DisconnectPortEvent.h
+++ b/src/libs/engine/events/DisconnectPortEvent.h
@@ -43,12 +43,12 @@ using std::string;
class DisconnectPortEvent : public QueuedEvent
{
public:
- DisconnectPortEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& port_path);
+ DisconnectPortEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& port_path);
DisconnectPortEvent(Port* port);
~DisconnectPortEvent();
void pre_process();
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
private: