Initialize class member to please coverity

This commit is contained in:
Jean-Marc Lasgouttes 2017-03-01 16:31:00 +01:00
parent af45bfaee1
commit 9251a360a9

View File

@ -199,7 +199,7 @@ public:
expanded_(buf), definition_(buf), attachedArgsNum_(0),
optionals_(0), nextFoldMode_(true), macroBackup_(buf),
macro_(0), needsUpdate_(false), isUpdating_(false),
appetite_(9)
appetite_(9), nesting_(0)
{
}
/// Update the pointers to our owner of all expanded macros.