summaryrefslogtreecommitdiff
path: root/item.hh
diff options
context:
space:
mode:
Diffstat (limited to 'item.hh')
-rw-r--r--item.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/item.hh b/item.hh
index 6a3a9880d7..484822533b 100644
--- a/item.hh
+++ b/item.hh
@@ -40,6 +40,7 @@ struct Item {
*/
String TeXstring () const ;
Item();
+ void print()const;
};
/** An item must be part of a Column
*/