]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / bufferparams.h
index 5baf5691512a8ad9c40fbf22cc147721ea208abf..db49714f787914a6bbe435521b615956d29e3640 100644 (file)
 #ifndef BUFFERPARAMS_H
 #define BUFFERPARAMS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include "vspace.h"
 #include "Spacing.h"
 #include "Bullet.h"
 #include "lyxtextclass.h"
+#include "LaTeXFeatures.h"
+#include "texrow.h"
 
 #include "insets/insetquotes.h"
 
 #include <boost/array.hpp>
 
 class LyXLex;
+class LatexFeatures;
+class TexRow;
 struct Language;
 
 /** Buffer parameters.
@@ -111,6 +111,9 @@ public:
        ///
        void writeFile(std::ostream &) const;
 
+       ///
+       void writeLaTeX(std::ostream &, LaTeXFeatures &, TexRow &) const;
+
        ///
        void setPaperStuff();