]> git.lyx.org Git - lyx.git/blobdiff - src/support/filename.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / filename.C
index db6dd86f72fcb9361f4e1a1585471605c94e778b..a36af32567bc2ab16adbc6fc728a740e68238e59 100644 (file)
@@ -71,7 +71,7 @@ string const FileName::mangledFilename() const
 {
        // We need to make sure that every FileName instance for a given
        // filename returns the same mangled name.
-    typedef map<string, string> MangledMap;
+       typedef map<string, string> MangledMap;
        static MangledMap mangledNames;
        MangledMap::const_iterator const it = mangledNames.find(name_);
        if (it != mangledNames.end())