ports/net/easysoap/files/patch-include::SOAPParameter.h
Kirill Ponomarev 2c39ccb63e Update to 0.6
Unbreak on 5.x

PR:		53747
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
Approved by:	fjoe (mentor) (implicit)
Maintainer timeout:	1 month
2003-07-29 11:49:34 +00:00

11 lines
243 B
C

--- SOAPParameter.h.orig Thu Jun 26 09:18:02 2003
+++ include/easysoap/SOAPParameter.h Thu Jun 26 09:18:19 2003
@@ -165,7 +165,7 @@
Data(const Data&);
};
- friend Data;
+ friend class Data;
Pool m_pool;
SOAPParameter *m_parent;