]> git.lyx.org Git - lyx.git/blobdiff - src/format.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / format.h
index 1b025a60e8281d68dbfaf9e2c3c51954607534db..8a888e44317f89051be068ba73c9cb4ef1934682 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef FORMAT_H
 #define FORMAT_H
 
+#include "support/docstring.h"
+
 #include <vector>
 #include <string>
 
@@ -138,7 +140,7 @@ public:
        bool edit(Buffer const & buffer, std::string const & filename,
                  std::string const & format_name) const;
        ///
-       std::string const prettyName(std::string const & name) const;
+       lyx::docstring const prettyName(std::string const & name) const;
        ///
        std::string const extension(std::string const & name) const;
        ///