]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
A bunch of conversion to docstring.
[lyx.git] / src / support / filetools.h
index 5cda2f75ddceb44a0b8c565c60fdb9032331262a..96fd707b5a3b4979d6f98d5ed527bd6386831a8d 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef LYX_FILETOOL_H
 #define LYX_FILETOOL_H
 
+#include "support/docstring.h"
+
 #include <vector>
 #include <utility>
 #include <string>
@@ -202,7 +204,7 @@ std::string const makeAbsPath(std::string const & RelPath = std::string(),
 /** Creates a nice compact path for displaying. The parameter
   threshold, if given, specifies the maximal length of the path.
   */
-std::string const
+lyx::docstring const
 makeDisplayPath(std::string const & path, unsigned int threshold = 1000);
 
 /** Makes relative path out of absolute path.