diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-28 12:02:01 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-28 12:02:01 +0100 |
commit | fc22f69328fd2d5030bb1feff8d0f6da37e8217d (patch) | |
tree | 9e9c59c8c0c104cf4388f728b19f0e9be7b6991d /item.cc | |
parent | c3fe80ddeb9acfcf5d569fcef1caaef6ef7a01fb (diff) |
release: 0.0.8
Diffstat (limited to 'item.cc')
-rw-r--r-- | item.cc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,6 +3,19 @@ #include "molecule.hh" #include "pcol.hh" +void +Item::postprocess() +{ + // default: do nothing +} + + +void +Item::preprocess() +{ + // default: do nothing +} + String Item::TeXstring() const { |