diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
commit | 52445a98210e9aa50b3fd4bb36995e117539e490 (patch) | |
tree | 84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/ftvhelp.h | |
parent | 0ce3aea886f4e95da56d164b3944fd54d3d68f89 (diff) | |
download | Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.zip Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.gz Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.bz2 |
Release-1.8.1.2
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 *) {} |