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

(-)pdf2djvu-0.7.10/pdf-backend.hh (+4 lines)
Lines 77-83 namespace pdf Link Here
77
77
78
  namespace link
78
  namespace link
79
  {
79
  {
80
#if POPPLER_VERSION < 1700
80
    typedef ::Link Link;
81
    typedef ::Link Link;
82
#else
83
    typedef ::AnnotLink Link;
84
#endif
81
    typedef ::LinkAction Action;
85
    typedef ::LinkAction Action;
82
    typedef ::LinkDest Destination;
86
    typedef ::LinkDest Destination;
83
    typedef ::LinkGoTo GoTo;
87
    typedef ::LinkGoTo GoTo;

Return to bug 384985