]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNomencl.cpp
Fix a number of other uninitialized members.
[features.git] / src / insets / InsetNomencl.cpp
index 7ebfe4ae2c58657953507f3e3fd0ceae65fcb991..f75ef15cd5eb6f5b612489d3d03c8c8eb171ec1a 100644 (file)
@@ -171,7 +171,7 @@ docstring InsetPrintNomencl::screenLabel() const
 
 
 struct NomenclEntry {
-       NomenclEntry() {}
+       NomenclEntry() : par(0) {}
        NomenclEntry(docstring s, docstring d, Paragraph const * p)
          : symbol(s), desc(d), par(p)
        {}