summaryrefslogtreecommitdiff
path: root/item.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-28 12:02:01 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-28 12:02:01 +0100
commitfc22f69328fd2d5030bb1feff8d0f6da37e8217d (patch)
tree9e9c59c8c0c104cf4388f728b19f0e9be7b6991d /item.cc
parentc3fe80ddeb9acfcf5d569fcef1caaef6ef7a01fb (diff)
release: 0.0.8
Diffstat (limited to 'item.cc')
-rw-r--r--item.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/item.cc b/item.cc
index 4a84f47704..f10187bbb2 100644
--- a/item.cc
+++ b/item.cc
@@ -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
{