summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-06-22 20:14:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-06-22 20:14:03 (GMT)
commitb70a5b4f9325ec703db37394feeaa9ebc11228b4 (patch)
tree2f918f7da3205101b2a8a300ee9afefe247b3f24 /src/perlmodgen.cpp
parent8375a55083e5232e65493e73cb594c9c5e9552ab (diff)
downloadDoxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.zip
Doxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.tar.gz
Doxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.tar.bz2
Release-1.5.9-20090622
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index b3018bc..d38b835 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -306,6 +306,7 @@ public:
void visit(DocIncOperator *);
void visit(DocFormula *);
void visit(DocIndexEntry *);
+ void visit(DocSimpleSectSep *);
//--------------------------------------
// visitor functions for compound nodes
@@ -732,6 +733,10 @@ void PerlModDocVisitor::visit(DocIndexEntry *)
#endif
}
+void PerlModDocVisitor::visit(DocSimpleSectSep *)
+{
+}
+
//--------------------------------------
// visitor functions for compound nodes
//--------------------------------------