From: Jean-Marc Lasgouttes Date: Wed, 1 Mar 2017 15:31:00 +0000 (+0100) Subject: Initialize class member to please coverity X-Git-Tag: 2.3.0alpha1~301 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9251a360a9f3faa6466a85899ba0c0856522b350;p=features.git Initialize class member to please coverity --- diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 8b86dc6422..e71b2881d0 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -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.