summaryrefslogtreecommitdiffstats
path: root/src/dirdef.cpp
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2014-12-30 08:11:03 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2014-12-30 08:11:03 (GMT)
commit493e15310f140d610604ef67446c7e6b48076143 (patch)
treec5af9e1a608ccb193825e86d267d593da3570114 /src/dirdef.cpp
parent84898eb601b4708ef4c310a517b99a4bf09f4954 (diff)
parented39dab59f8af2c5b42cfac0b3140cf594412121 (diff)
downloadDoxygen-493e15310f140d610604ef67446c7e6b48076143.zip
Doxygen-493e15310f140d610604ef67446c7e6b48076143.tar.gz
Doxygen-493e15310f140d610604ef67446c7e6b48076143.tar.bz2
Merge branch 'master' of https://github.com/doxygen/doxygen.git
Diffstat (limited to 'src/dirdef.cpp')
-rw-r--r--src/dirdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirdef.cpp b/src/dirdef.cpp
index d2d9684..d4af3f0 100644
--- a/src/dirdef.cpp
+++ b/src/dirdef.cpp
@@ -18,7 +18,7 @@
static int g_dirCount=0;
-DirDef::DirDef(const char *path) : Definition(path,1,1,path)
+DirDef::DirDef(const char *path) : Definition(path,1,1,path), visited(FALSE)
{
bool fullPathNames = Config_getBool("FULL_PATH_NAMES");
// get display name (stipping the paths mentioned in STRIP_FROM_PATH)