summaryrefslogtreecommitdiffstats
path: root/src/docgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/docgroup.h')
-rw-r--r--src/docgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docgroup.h b/src/docgroup.h
index 4ce9af9..738b748 100644
--- a/src/docgroup.h
+++ b/src/docgroup.h
@@ -33,7 +33,7 @@ class DocGroup
void enterCompound(const char *fileName,int line,const char *name);
void leaveCompound(const char *,int,const char * /*name*/);
void open(Entry *e,const char *,int,bool implicit=false);
- void close(Entry *e,const char *fileName,int line,bool foundInline);
+ void close(Entry *e,const char *fileName,int line,bool foundInline,bool imlicit=false);
void initGroupInfo(Entry *e);
bool isEmpty() const;
void clearHeader();