]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.cpp
Fix bug #8782.
[lyx.git] / src / insets / InsetExternal.cpp
index b04ea898d7e3a6eb7f5411a6169a6dca3d875731..5a7a07a8e3ba1af988d4c9a8b5f24986cd4fcab4 100644 (file)
@@ -376,6 +376,8 @@ bool InsetExternalParams::read(Buffer const & buffer, Lexer & lex)
 
        if (lyxerr.debugging(Debug::EXTERNAL)) {
                lyxerr  << "InsetExternalParams::read:\n";
+               // false positive
+               // coverity[NEGATIVE_RETURNS]
                write(buffer, lyxerr);
        }
 
@@ -419,7 +421,7 @@ InsetExternal::InsetExternal(Buffer * buf)
 // Mouse hover is not copied and remains empty
 InsetExternal::InsetExternal(InsetExternal const & other)
        : Inset(other),
-         boost::signals::trackable(),
+         boost::signals2::trackable(),
          params_(other.params_),
          renderer_(other.renderer_->clone(this))
 {}