]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
Possibly fix this bug:
[lyx.git] / src / support / lyxlib.h
index aacb7a6342a24d8f5322deb3a268975caa3e9256..b7859b9e996a2c3a9e42b630a095e9a6cb493ad6 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LYX_LIB_H
 #define LYX_LIB_H
 
-#include "support/filename.h"
+#include "support/FileName.h"
 
 #include <string>
 
@@ -36,7 +36,7 @@ bool chmod(FileName const & file, unsigned long int mode);
 bool rename(FileName const & from, FileName const & to);
 /// copy a file, returns false it it fails
 bool copy(FileName const & from, FileName const & to,
-          unsigned long int mode = (unsigned long int)-1);
+         unsigned long int mode = (unsigned long int)-1);
 /// generates a checksum of a file
 unsigned long sum(FileName const & file);
 /// FIXME: some point to this hmm ?