]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Convert makeRelPath to docstring (from Michael Gerz)
[lyx.git] / src / support / filetools.h
index 3def1d77e34ec775dbbac18dae3b19a55bb37757..bab3b1285726e62f807ffcfc526bc6df8e904dd2 100644 (file)
@@ -252,8 +252,8 @@ makeDisplayPath(std::string const & path, unsigned int threshold = 1000);
   different, then the absolute path will be used as relative path
   WARNING: the absolute path and base path must really be absolute paths!!!
   */
-std::string const
-makeRelPath(std::string const & abspath, std::string const & basepath);
+docstring const
+makeRelPath(docstring const & abspath, docstring const & basepath);
 
 /// Strip filename from path name
 std::string const onlyPath(std::string const & fname);