diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-05 17:55:42 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-05 17:55:42 +0100 |
commit | 748e6176ab755ccf841f408d13d5818260a05d32 (patch) | |
tree | aed0afeddb2233cf6bf67d9f82ffde051c57f715 /item.cc | |
parent | 74e0f769a23454f038d20270463c734a9c22f5f9 (diff) |
release: 0.0.5
Diffstat (limited to 'item.cc')
-rw-r--r-- | item.cc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,3 +54,8 @@ Item::Item() output = 0; pstaff_ = 0; } +void +Item::print() const +{ + output->print(); +} |