summaryrefslogtreecommitdiff
path: root/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'item.cc')
-rw-r--r--item.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/item.cc b/item.cc
index 453200627b..96ec8a890a 100644
--- a/item.cc
+++ b/item.cc
@@ -54,3 +54,8 @@ Item::Item()
output = 0;
pstaff_ = 0;
}
+void
+Item::print() const
+{
+ output->print();
+}