]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetNewline.h
index 53389d237000366266f53d93925d5002381c9de2..e0a13f38d415172d62f489973b5f5d9732058ece 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        InsetNewline();
        ///
-       InsetNewline(InsetNewlineParams par) : Inset(0)
+       explicit InsetNewline(InsetNewlineParams par) : Inset(0)
        { params_.kind = par.kind; }
        ///
        static void string2params(std::string const &, InsetNewlineParams &);