Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116977
Collapse All | Expand All

(-)utils/HtmlLinks.h~ (-1 / +1 lines)
Lines 19-25 Link Here
19
  HtmlLink& operator=(const HtmlLink& x);
19
  HtmlLink& operator=(const HtmlLink& x);
20
  HtmlLink(double xmin,double ymin,double xmax,double ymax,GooString *_dest);
20
  HtmlLink(double xmin,double ymin,double xmax,double ymax,GooString *_dest);
21
  ~HtmlLink();
21
  ~HtmlLink();
22
  GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
22
  GBool isEqualDest(const HtmlLink& x) const;
23
  GooString *getDest(){return new GooString(dest);}
23
  GooString *getDest(){return new GooString(dest);}
24
  double getX1() const {return Xmin;}
24
  double getX1() const {return Xmin;}
25
  double getX2() const {return Xmax;}
25
  double getX2() const {return Xmax;}

Return to bug 116977