Fix build with gcc 4.x

Submitted by:	rafan
This commit is contained in:
Erwin Lansing 2007-03-28 08:30:56 +00:00
parent bd5621644e
commit fd66875fd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188642

View 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;}