X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=f5f66ed810eddb1c9caf77c99bf25ef01c6c34bc;hb=9ee46b846e5e84ad40ceda4f4af94aeb86cd90a2;hp=bfdb26f788ca7cd4e5a0bd0e944d7ea57b8b86e0;hpb=4ea4f87ebf84d6d52eb730caecc472c3c43dc784;p=lyx.git diff --git a/src/converter.h b/src/converter.h index bfdb26f788..f5f66ed810 100644 --- a/src/converter.h +++ b/src/converter.h @@ -107,11 +107,12 @@ public: bool convert(Buffer const * buffer, std::string const & from_file, std::string const & to_file_base, std::string const & from_format, std::string const & to_format, - std::string & to_file); + std::string & to_file, bool try_default = false); /// bool convert(Buffer const * buffer, std::string const & from_file, std::string const & to_file_base, - std::string const & from_format, std::string const & to_format); + std::string const & from_format, std::string const & to_format, + bool try_default = false); /// void update(Formats const & formats); ///