mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with gcc4
This commit is contained in:
parent
6a5e25390e
commit
cf9580018b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192411
1 changed files with 11 additions and 0 deletions
11
textproc/xmlpp/files/patch-src::xmlpp.h
Normal file
11
textproc/xmlpp/files/patch-src::xmlpp.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/xmlpp.h.orig Wed May 30 19:54:52 2007
|
||||
+++ src/xmlpp.h Wed May 30 19:55:11 2007
|
||||
@@ -133,7 +133,7 @@
|
||||
XMLNode & operator =(const XMLNodePtr n);
|
||||
|
||||
//! returns or sets the node name
|
||||
- string XMLNode::name(string _name="");
|
||||
+ string name(string _name="");
|
||||
//! returns or sets the type of the node
|
||||
xmlnodetype type(xmlnodetype ntype=xml_nt_dummy);
|
||||
//! ireturns or sets cdata string
|
Loading…
Add table
Reference in a new issue