diff options
Diffstat (limited to 'src/commentscan.h')
-rw-r--r-- | src/commentscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.h b/src/commentscan.h index 89c5721..914a231 100644 --- a/src/commentscan.h +++ b/src/commentscan.h @@ -77,7 +77,7 @@ void groupLeaveFile(const char *file,int line); void groupLeaveCompound(const char *file,int line,const char *name); void groupEnterCompound(const char *file,int line,const char *name); void openGroup(Entry *e,const char *file,int line); -void closeGroup(Entry *,const char *file,int line); +void closeGroup(Entry *,const char *file,int line,bool foundInline=FALSE); void initGroupInfo(Entry *e); |