aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/Protocol/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'server-v1/source/EpistmoolServer/Protocol/fwd.hpp')
-rw-r--r--server-v1/source/EpistmoolServer/Protocol/fwd.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/server-v1/source/EpistmoolServer/Protocol/fwd.hpp b/server-v1/source/EpistmoolServer/Protocol/fwd.hpp
index adf8138..9ec40fb 100644
--- a/server-v1/source/EpistmoolServer/Protocol/fwd.hpp
+++ b/server-v1/source/EpistmoolServer/Protocol/fwd.hpp
@@ -4,8 +4,8 @@ namespace Epistmool::Server{
// Command.hpp
class ProtocolMessage;
-struct ProtocolRequest;
-struct ProtocolReply;
+class ProtocolRequest;
+class ProtocolReply;
// Error.hpp
struct ProtocolError;