diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-30 18:58:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-30 18:58:53 (GMT) |
commit | 46570cfd109829f87a17c46e32006f901b9026f4 (patch) | |
tree | 0b5acf9f52c1beacbf70e4bd2060a1b7d4d832b7 /src/rtfgen.cpp | |
parent | c454a5400393a54586d81517c42f7419b43b3f23 (diff) | |
download | Doxygen-46570cfd109829f87a17c46e32006f901b9026f4.zip Doxygen-46570cfd109829f87a17c46e32006f901b9026f4.tar.gz Doxygen-46570cfd109829f87a17c46e32006f901b9026f4.tar.bz2 |
Release-1.2.16-20020630
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index a6d5a9f..0b11da5 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -42,13 +42,13 @@ const int indentLevels = 10; -struct ListItemInfo +struct RTFListItemInfo { bool isEnum; int number; }; -static ListItemInfo listItemInfo[indentLevels]; +static RTFListItemInfo listItemInfo[indentLevels]; static QCString title; static QCString subject; static QCString comments; |