]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed call to FOAttributes constructor to include node reference
authorPeter Bernard West <pbwest@apache.org>
Sun, 15 Sep 2002 05:20:50 +0000 (05:20 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sun, 15 Sep 2002 05:20:50 +0000 (05:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195183 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/FONode.java

index 6cd79344b08cd90e7698de6fff2ca6c6030bd119..c7c54f538bb71c9961ebbf628f6a6e4daaf8f598 100644 (file)
@@ -95,7 +95,7 @@ public class FONode extends FOTree.Node{
         propertyStacks = foTree.propertyStacks;
         exprParser = foTree.exprParser;
         id = foTree.nextNodeID();
-        foAttributes = new FOAttributes(event);
+        foAttributes = new FOAttributes(event, this);
         if ( ! (attrSet == MARKER)) {
             processProperties();
         }