summaryrefslogtreecommitdiff
path: root/ptlayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptlayout.py')
-rw-r--r--ptlayout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptlayout.py b/ptlayout.py
index 2d0a3ea..d333c2f 100644
--- a/ptlayout.py
+++ b/ptlayout.py
@@ -131,6 +131,7 @@ class PTLContainer(PTLayoutElem):
def add(self, child):
self._children.append(child)
+ return child
class PTLHSpace(PTLContainer):
def __init__(self):