]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/anyp/PortCfg.h
Portability: fix several class/struct type mismatches
[thirdparty/squid.git] / src / anyp / PortCfg.h
index f94a816e873c800beda99a13f16dbbbead8a6bd3..c8ae95cb2a1a6f8d6fd7b7cf902254b9d0c9ec98 100644 (file)
@@ -11,7 +11,9 @@
 namespace AnyP
 {
 
-struct PortCfg {
+class PortCfg
+{
+public:
     PortCfg(const char *aProtocol);
     ~PortCfg();
     AnyP::PortCfg *clone() const;