]> git.lyx.org Git - lyx.git/blobdiff - src/Mover.cpp
* On MacOSX enter is no activation key for a QListWidget. Hence it
[lyx.git] / src / Mover.cpp
index aa1c2c46dccec9af7be177a52e183ed902a0d82d..cfe203461779474672e4b8893b43c6717496f27e 100644 (file)
@@ -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());
 }