]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
move everything into namespace lyx
[lyx.git] / src / support / filetools.h
index 73b2c8c2a3ee232853cb813b1c2ec65aefda0ef7..9c550cb18262b2271b430382620938ffd53f6848 100644 (file)
@@ -220,7 +220,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.
   */
-lyx::docstring const
+docstring const
 makeDisplayPath(std::string const & path, unsigned int threshold = 1000);
 
 /** Makes relative path out of absolute path.