diff options
Diffstat (limited to 'src/ftvhelp.h')
-rw-r--r-- | src/ftvhelp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ftvhelp.h b/src/ftvhelp.h index 8f24b3d..d28b506 100644 --- a/src/ftvhelp.h +++ b/src/ftvhelp.h @@ -50,9 +50,9 @@ class FTVHelp : public IndexIntf const char *ref, const char *file, const char *anchor, - bool separateIndex=FALSE, - bool addToNavIndex=FALSE, - Definition *def=0); + bool separateIndex, + bool addToNavIndex, + Definition *def); void addIndexItem(Definition *,MemberDef *,const char *) {} void addIndexFile(const char *) {} void addImageFile(const char *) {} |