From 9251a360a9f3faa6466a85899ba0c0856522b350 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 1 Mar 2017 16:31:00 +0100 Subject: [PATCH] Initialize class member to please coverity --- src/mathed/MathMacro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2