aboutsummaryrefslogtreecommitdiff
path: root/jobs/postreceiptjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/postreceiptjob.h')
-rw-r--r--jobs/postreceiptjob.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/jobs/postreceiptjob.h b/jobs/postreceiptjob.h
index 1c84f411..23df7c05 100644
--- a/jobs/postreceiptjob.h
+++ b/jobs/postreceiptjob.h
@@ -25,7 +25,6 @@ namespace QMatrixClient
class PostReceiptJob: public BaseJob
{
public:
- PostReceiptJob(const ConnectionData* connection, const QString& roomId,
- const QString& eventId);
+ PostReceiptJob(const QString& roomId, const QString& eventId);
};
}