mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Fix build with gcc 4.x
Submitted by: rafan
This commit is contained in:
parent
bd5621644e
commit
fd66875fd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188642
11
textproc/pdftohtml/files/patch-src-HtmlLinks.h
Normal file
11
textproc/pdftohtml/files/patch-src-HtmlLinks.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/HtmlLinks.h.orig Wed Mar 28 04:13:45 2007
|
||||
+++ src/HtmlLinks.h Wed Mar 28 04:13:56 2007
|
||||
@@ -19,7 +19,7 @@
|
||||
HtmlLink& operator=(const HtmlLink& x);
|
||||
HtmlLink(double xmin,double ymin,double xmax,double ymax,GString *_dest);
|
||||
~HtmlLink();
|
||||
- GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
|
||||
+ GBool isEqualDest(const HtmlLink& x) const;
|
||||
GString *getDest(){return new GString(dest);}
|
||||
double getX1() const {return Xmin;}
|
||||
double getX2() const {return Xmax;}
|
Loading…
x
Reference in New Issue
Block a user