diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-10-04 20:28:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-10-04 20:28:41 (GMT) |
commit | 3c8148441a129febc5c2b9e4b2b2cbd018ad3b6e (patch) | |
tree | d2526ce0c99b1f268769fd8bd1c56e6dda83fd7f /src/marshal.h | |
parent | c844985adde0459f1f01ed00d0a289591fbcd2af (diff) | |
download | Doxygen-3c8148441a129febc5c2b9e4b2b2cbd018ad3b6e.zip Doxygen-3c8148441a129febc5c2b9e4b2b2cbd018ad3b6e.tar.gz Doxygen-3c8148441a129febc5c2b9e4b2b2cbd018ad3b6e.tar.bz2 |
Release-1.4.7-20061004
Diffstat (limited to 'src/marshal.h')
-rw-r--r-- | src/marshal.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/marshal.h b/src/marshal.h index dd751fa..864e8b3 100644 --- a/src/marshal.h +++ b/src/marshal.h @@ -7,17 +7,17 @@ #include "store.h" class ArgumentList; -class BaseInfo; -class Grouping; -class SectionInfo; -class ListItemInfo; +struct BaseInfo; +struct Grouping; +struct SectionInfo; +struct ListItemInfo; class QCString; class QGString; class SectionDict; class MemberSDict; class GroupList; -class BodyInfo; -class DocInfo; +struct BodyInfo; +struct DocInfo; class MemberList; class ExampleSDict; |