From 6ea72c7a6bb7900c565accb465564134a03eb826 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Tue, 10 Sep 2024 22:45:57 -0300 Subject: [PATCH] Fix warning. --- src/remote/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/protocol.h b/src/remote/protocol.h index 2b7364348d..3ada81ee6c 100644 --- a/src/remote/protocol.h +++ b/src/remote/protocol.h @@ -329,7 +329,7 @@ enum P_OP // Count String Structure -class RemoteXdr; +struct RemoteXdr; typedef struct cstring {