aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'room.h')
-rw-r--r--room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/room.h b/room.h
index a518ae42..57acf3aa 100644
--- a/room.h
+++ b/room.h
@@ -132,7 +132,7 @@ namespace QMatrixClient
virtual void processStateEvents(const Events& events);
virtual void processEphemeralEvent(Event* event);
- Timeline::const_iterator promoteReadMarker(QString eventId);
+ Timeline::const_iterator promoteReadMarker(User* u, QString eventId);
private:
class Private;