diff options
Diffstat (limited to 'server-v1/source/EpistmoolServer/Protocol/Error.hpp')
-rw-r--r-- | server-v1/source/EpistmoolServer/Protocol/Error.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-v1/source/EpistmoolServer/Protocol/Error.hpp b/server-v1/source/EpistmoolServer/Protocol/Error.hpp index 1ddedf9..43bbd62 100644 --- a/server-v1/source/EpistmoolServer/Protocol/Error.hpp +++ b/server-v1/source/EpistmoolServer/Protocol/Error.hpp @@ -6,8 +6,7 @@ #include <QVersionNumber> namespace Epistmool::Server { -struct ProtocolError -{ +struct ProtocolError { QVersionNumber since; QLatin1String name; }; |