diff options
author | albert-github <albert.tests@gmail.com> | 2015-07-24 16:14:49 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-07-24 16:14:49 (GMT) |
commit | 69d5ffaa68210a6e63a618ef304c63462f6e1fac (patch) | |
tree | 8363b391c97a7708eca8673607544199a356d4a5 /src/index.h | |
parent | 45e153f2238d0fa031d147cfe207e52b913845eb (diff) | |
download | Doxygen-69d5ffaa68210a6e63a618ef304c63462f6e1fac.zip Doxygen-69d5ffaa68210a6e63a618ef304c63462f6e1fac.tar.gz Doxygen-69d5ffaa68210a6e63a618ef304c63462f6e1fac.tar.bz2 |
Bug 661814 - writeMemberNavIndex template calls static fixSpaces
Problem had already been, partly, solved seen the comment in index.cpp.
Removed double code (from htmlgen.cpp) and added prototype.
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 150d23f..ace3614 100644 --- a/src/index.h +++ b/src/index.h @@ -284,5 +284,6 @@ void initNamespaceMemberIndices(); void addClassMemberNameToIndex(MemberDef *md); void addFileMemberNameToIndex(MemberDef *md); void addNamespaceMemberNameToIndex(MemberDef *md); +QCString fixSpaces(const QCString &s); #endif |