mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Unbreak on 5.x PR: 53747 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: fjoe (mentor) (implicit) Maintainer timeout: 1 month
11 lines
243 B
C
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;
|