diff options
Diffstat (limited to 'src/vhdljjparser.h')
-rw-r--r-- | src/vhdljjparser.h | 6 |
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; }; |