From: Remi Gacogne Date: Fri, 16 Dec 2022 14:45:49 +0000 (+0100) Subject: dnsdist: TCPCrossProtocolResponse is a struct, not a class X-Git-Tag: rec-5.0.0-alpha1~161^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a2f1e8b1fbfec18630edd3301bb4c5fe5ccdecf;p=thirdparty%2Fpdns.git dnsdist: TCPCrossProtocolResponse is a struct, not a class --- 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 {