aboutsummaryrefslogtreecommitdiff
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h
index eccde170..21fce741 100644
--- a/connection.h
+++ b/connection.h
@@ -217,7 +217,7 @@ namespace QMatrixClient
void reconnected(); //< Unused; use connected() instead
void loggedOut();
void loginError(QString error);
- void networkError(size_t nextAttempt, int inMilliseconds);
+ void networkError(int retriesTaken, int inMilliseconds);
void syncDone();
void syncError(QString error);