diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-03-28 13:38:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-03-28 13:38:53 (GMT) |
commit | c8be4837b6a2a96cc3e57aa941645b9dc017e8b2 (patch) | |
tree | 8e755f934e036b4b48c96948a075bf607fadc0cf /src/declinfo.h | |
parent | 2fcc16df64d2af93fc0bb01617f8531116118e8d (diff) | |
download | Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.zip Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.gz Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.bz2 |
Release-1.4.2
Diffstat (limited to 'src/declinfo.h')
-rw-r--r-- | src/declinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declinfo.h b/src/declinfo.h index 2527efc..267dba4 100644 --- a/src/declinfo.h +++ b/src/declinfo.h @@ -22,6 +22,7 @@ #include <stdio.h> extern void parseFuncDecl(const QCString &decl, + bool objC, QCString &clName, QCString &type, QCString &name, |