From 0a2f1e8b1fbfec18630edd3301bb4c5fe5ccdecf Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 16 Dec 2022 15:45:49 +0100 Subject: [PATCH] dnsdist: TCPCrossProtocolResponse is a struct, not a class --- pdns/dnsdistdist/dnsdist-tcp-upstream.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist-tcp-upstream.hh b/pdns/dnsdistdist/dnsdist-tcp-upstream.hh index 04a5ff4da6..b668c2f9eb 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-upstream.hh +++ b/pdns/dnsdistdist/dnsdist-tcp-upstream.hh @@ -3,7 +3,7 @@ #include "dolog.hh" #include "dnsdist-tcp.hh" -class TCPCrossProtocolResponse; +struct TCPCrossProtocolResponse; class TCPClientThreadData { -- 2.47.2