]> git.lyx.org Git - lyx.git/blobdiff - src/format.h
Replace LString.h with support/std_string.h,
[lyx.git] / src / format.h
index c4ca8f4095cadee0bfeb191bc9fdb0aa22458d1a..e960f602a940f3c22ee4d996d723d9b74474b911 100644 (file)
@@ -13,7 +13,7 @@
 #define FORMAT_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <vector>
 
@@ -96,7 +96,7 @@ public:
        ///
        void setViewer(string const & name, string const & command);
        ///
-       bool view(Buffer const * buffer, string const & filename,
+       bool view(Buffer const & buffer, string const & filename,
                  string const & format_name) const;
        ///
        string const prettyName(string const & name) const;