X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=d2bf17328748281e16b5aa8b3b949de9c9f944e1;hb=8c93f63b48a1b15d4f3e163b7305213f2f73879e;hp=f5f66ed810eddb1c9caf77c99bf25ef01c6c34bc;hpb=55ded55ccfede99816c92de009d82c245ab69514;p=lyx.git diff --git a/src/converter.h b/src/converter.h index f5f66ed810..d2bf173287 100644 --- a/src/converter.h +++ b/src/converter.h @@ -107,12 +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, bool try_default = false); + 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, - bool try_default = false); + bool try_default = false); /// void update(Formats const & formats); ///