summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 79e511b..3a6b71a 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -210,6 +210,10 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startPreFragment); }
void endPreFragment()
{ forall(&OutputGenerator::endPreFragment); }
+ void startVerbatimFragment()
+ { forall(&OutputGenerator::startVerbatimFragment); }
+ void endVerbatimFragment()
+ { forall(&OutputGenerator::endVerbatimFragment); }
void startCodeLine()
{ forall(&OutputGenerator::startCodeLine); }
void endCodeLine()