summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-07-17 20:55:44 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-07-17 20:55:44 (GMT)
commitaee36e26c595fa69c0bdbba3c470ba8b7b153dac (patch)
tree8287e27d133bcae2c4cca5bbd409891c8618c52d /src/entry.h
parent5444ff60bbf81c46841827e66e72f3148edde9ff (diff)
downloadDoxygen-aee36e26c595fa69c0bdbba3c470ba8b7b153dac.zip
Doxygen-aee36e26c595fa69c0bdbba3c470ba8b7b153dac.tar.gz
Doxygen-aee36e26c595fa69c0bdbba3c470ba8b7b153dac.tar.bz2
Release-1.3.2-20030717
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h
index afde3ec..594a3c8 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -21,7 +21,7 @@
#include "qtbc.h"
#include <qlist.h>
-class SectionInfo;
+struct SectionInfo;
enum Protection { Public, Protected, Private, Package } ;
enum Specifier { Normal, Virtual, Pure } ;