aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFDests.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/pdf/PDFDests.java')
-rw-r--r--src/java/org/apache/fop/pdf/PDFDests.java2
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));
}
}