summaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h
index 04fdf52..9b76287 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -180,7 +180,7 @@ struct LayoutNavEntry
LayoutNavEntry *find(LayoutNavEntry::Kind k,const QCString &file=QCString()) const;
private:
- LayoutNavEntry() : m_parent(0), m_kind(None), m_visible(FALSE) {}
+ LayoutNavEntry() : m_parent(0), m_kind(None), m_visible(true) {}
LayoutNavEntry *m_parent;
Kind m_kind;
bool m_visible;