1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/yaz++/files/patch-aa
2002-11-26 11:02:14 +00:00

12 lines
379 B
Plaintext

--- include/yaz++/proxy.h.orig Tue Nov 26 14:02:58 2002
+++ include/yaz++/proxy.h Tue Nov 26 14:03:06 2002
@@ -13,7 +13,7 @@
/// Private class
class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc {
- friend Yaz_Proxy;
+ friend class Yaz_Proxy;
Yaz_ProxyClient(IYaz_PDU_Observable *the_PDU_Observable);
~Yaz_ProxyClient();
void recv_Z_PDU(Z_APDU *apdu);