]> git.lyx.org Git - features.git/commitdiff
Initialize class member to please coverity
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Mar 2017 15:31:00 +0000 (16:31 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Mar 2017 15:31:00 +0000 (16:31 +0100)
src/mathed/MathMacro.cpp

index 8b86dc6422e7cad83781318bc6dbd4547718505e..e71b2881d0f88c0c8dfd49493a6ed579fe5c81ab 100644 (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.