X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMover.cpp;h=cfe203461779474672e4b8893b43c6717496f27e;hb=5286634d170045792fd5b32f5d8888e4ffc7494b;hp=aa1c2c46dccec9af7be177a52e183ed902a0d82d;hpb=138b23fac84930cdbfada0067c61480989041113;p=lyx.git diff --git a/src/Mover.cpp b/src/Mover.cpp index aa1c2c46dc..cfe2034617 100644 --- a/src/Mover.cpp +++ b/src/Mover.cpp @@ -28,7 +28,7 @@ namespace lyx { using support::quoteName; bool Mover::copy(support::FileName const & from, support::FileName const & to, - unsigned long int mode) const + unsigned long int mode) const { return do_copy(from, to, to.absFilename(), mode); } @@ -42,7 +42,7 @@ bool Mover::do_copy(support::FileName const & from, support::FileName const & to bool Mover::rename(support::FileName const & from, - support::FileName const & to) const + support::FileName const & to) const { return do_rename(from, to, to.absFilename()); }