summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-02-22 11:55:32 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-02-22 11:55:32 (GMT)
commitd65fa97b0400551720e0b3839f79a5ab8555fe84 (patch)
tree10b2e3d8d25092d0bbaf73397be49209c47c08e3 /src/definition.h
parentd391530e102a919d8b0a51ecb74b1815b896bc27 (diff)
downloadDoxygen-d65fa97b0400551720e0b3839f79a5ab8555fe84.zip
Doxygen-d65fa97b0400551720e0b3839f79a5ab8555fe84.tar.gz
Doxygen-d65fa97b0400551720e0b3839f79a5ab8555fe84.tar.bz2
Compilation warnings
Due to ``` Commit: 1a56a39b4a97452a5c7c2d8e9d39ab28ca33dff0 [1a56a39] Commit Date: Friday, February 21, 2020 9:07:13 PM Restructure section handling ``` a number of compilation warnings (Windows) appeared: ``` c:\projects\doxygen\src\section.h(51): warning C4099: 'SectionInfo': type name first seen using 'struct' now seen using 'class' [C:\projects\doxygen\build\src\_doxygen.vcxproj] c:\projects\doxygen\src\section.h(50): note: see declaration of 'SectionInfo' ```
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h
index db64094..016cbe8 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -38,7 +38,7 @@ class MemberDef;
class GroupDef;
class GroupList;
struct ListItemInfo;
-struct SectionInfo;
+class SectionInfo;
class Definition;
class FTextStream;