summaryrefslogtreecommitdiffstats
path: root/src/outputlist.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-05-24 16:25:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-05-24 16:25:58 (GMT)
commitcd76bda7e377a14bd6b3d321425cf462a46a3f75 (patch)
tree8572e4828627ab6b9a6d55d425469176c0c02e0b /src/outputlist.cpp
parent9b3aec9323189f25f4abb131b5a783fa110f45f6 (diff)
downloadDoxygen-cd76bda7e377a14bd6b3d321425cf462a46a3f75.zip
Doxygen-cd76bda7e377a14bd6b3d321425cf462a46a3f75.tar.gz
Doxygen-cd76bda7e377a14bd6b3d321425cf462a46a3f75.tar.bz2
Release-1.2.7-20010524
Diffstat (limited to 'src/outputlist.cpp')
-rw-r--r--src/outputlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/outputlist.cpp b/src/outputlist.cpp
index 3e02375..cba5c17 100644
--- a/src/outputlist.cpp
+++ b/src/outputlist.cpp
@@ -275,6 +275,7 @@ FORALL3(const char *a1,const char *a2,const char *a3,a1,a2,a3)
FORALL3(const char *a1,const char *a2,bool a3,a1,a2,a3)
FORALL3(uchar a1,uchar a2,uchar a3,a1,a2,a3)
FORALL4(const char *a1,const char *a2,const char *a3,const char *a4,a1,a2,a3,a4)
+FORALL4(const char *a1,const char *a2,const char *a3,bool a4,a1,a2,a3,a4)
//--------------------------------------------------------------------------