summaryrefslogtreecommitdiffstats
path: root/src/pagedef.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-08-11 13:06:22 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-08-11 13:06:22 (GMT)
commit41d2286ff1a8bd7eb3597937d9733374c826afd5 (patch)
treead481e345a35820f0142bb774556afc6de0d00fa /src/pagedef.h
parente4da472f34d1241cfb6f59a351e7082e34145d5a (diff)
downloadDoxygen-41d2286ff1a8bd7eb3597937d9733374c826afd5.zip
Doxygen-41d2286ff1a8bd7eb3597937d9733374c826afd5.tar.gz
Doxygen-41d2286ff1a8bd7eb3597937d9733374c826afd5.tar.bz2
Release-1.8.2
Diffstat (limited to 'src/pagedef.h')
-rw-r--r--src/pagedef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pagedef.h b/src/pagedef.h
index b157731..170326d 100644
--- a/src/pagedef.h
+++ b/src/pagedef.h
@@ -15,6 +15,9 @@
*
*/
+#ifndef PAGEDEF_H
+#define PAGEDEF_H
+
#include "definition.h"
#include "sortdict.h"
@@ -85,3 +88,5 @@ class PageSDict : public SDict<PageDef>
}
};
+#endif
+