summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdljjparser.h')
-rw-r--r--src/vhdljjparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdljjparser.h b/src/vhdljjparser.h
index f2bf60d..26bfb0e 100644
--- a/src/vhdljjparser.h
+++ b/src/vhdljjparser.h
@@ -89,9 +89,9 @@ struct VhdlConfNode
QCString arch;
QCString binding;
QCString compSpec;
- int level;
- bool isLeaf;
- bool isInlineConf;
+ int level = 0;
+ bool isLeaf = false;
+ bool isInlineConf = false;
};