diff options
Diffstat (limited to 'server-v1/source/EpistmoolServer/Connection.hpp')
-rw-r--r-- | server-v1/source/EpistmoolServer/Connection.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-v1/source/EpistmoolServer/Connection.hpp b/server-v1/source/EpistmoolServer/Connection.hpp index 78e34db..2a3a239 100644 --- a/server-v1/source/EpistmoolServer/Connection.hpp +++ b/server-v1/source/EpistmoolServer/Connection.hpp @@ -8,8 +8,7 @@ class QJsonDocument; namespace Epistmool::Server { -struct ConnectionId -{ +struct ConnectionId { int index; int generation; |