From: Mike Taylor Date: Tue, 26 Nov 2002 11:13:40 +0000 (+0000) Subject: trival tweak for gcc 3.2 X-Git-Tag: YAZPP.0.6~33 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=b293e6c20f37387dffefc2be5246c2e4c93ccf43 trival tweak for gcc 3.2 --- diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index d27c5a9..2af7c0f 100644 --- a/include/yaz++/proxy.h +++ b/include/yaz++/proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: proxy.h,v 1.2 2002-10-23 10:15:17 adam Exp $ + * $Id: proxy.h,v 1.3 2002-11-26 11:13:40 mike Exp $ */ #include @@ -13,7 +13,7 @@ class Yaz_Proxy; /// 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);