diff options
Diffstat (limited to 'src/java/org/apache/fop/pdf/PDFDests.java')
-rw-r--r-- | src/java/org/apache/fop/pdf/PDFDests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/pdf/PDFDests.java b/src/java/org/apache/fop/pdf/PDFDests.java index 463ef8d7e..ff2d6a237 100644 --- a/src/java/org/apache/fop/pdf/PDFDests.java +++ b/src/java/org/apache/fop/pdf/PDFDests.java @@ -40,7 +40,7 @@ public class PDFDests extends PDFNameTreeNode { */ public PDFDests(List destinationList) { this(); - setNames(new PDFArray(destinationList)); + setNames(new PDFArray(this, destinationList)); } } |