]> git.lyx.org Git - features.git/blobdiff - src/format.h
Replace LString.h with support/std_string.h,
[features.git] / src / format.h
index da7c0e3cc4fcb0c31954e4a621ed6c6839f3e8f6..e960f602a940f3c22ee4d996d723d9b74474b911 100644 (file)
@@ -1,10 +1,4 @@
 // -*- C++ -*-
-
-
-#ifndef FORMAT_H
-#define FORMAT_H
-
-
 /**
  * \file format.h
  * This file is part of LyX, the document processor.
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef FORMAT_H
+#define FORMAT_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <vector>
 
@@ -100,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;