summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/AddPortEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/AddPortEvent.h')
-rw-r--r--src/libs/engine/events/AddPortEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/AddPortEvent.h b/src/libs/engine/events/AddPortEvent.h
index ba3f860a..e8599348 100644
--- a/src/libs/engine/events/AddPortEvent.h
+++ b/src/libs/engine/events/AddPortEvent.h
@@ -41,10 +41,10 @@ class DriverPort;
class AddPortEvent : public QueuedEvent
{
public:
- AddPortEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& path, const string& type, bool is_output);
+ AddPortEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& path, const string& type, bool is_output);
void pre_process();
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
private: