]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetoptarg.h
index 9256c31bd9fff1bf1822554c89652ec8b5ad157c..23249681866c4b60ea933aaa8c7dfcc43e00d5a1 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Martin Vermeer  
+ * \author Martin Vermeer
  *
  * Full author contact details are available in file CREDITS
  */
@@ -12,9 +12,6 @@
 #ifndef INSETOPTARG_H
 #define INSETOPTARG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insettext.h"
 #include "insetcollapsable.h"
@@ -42,10 +39,10 @@ public:
 
        /// Standard LaTeX output -- short-circuited
        int latex(Buffer const *, std::ostream &,
-                                       bool fragile, bool fp) const;
+                 LatexRunParams const &) const;
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(Buffer const *, std::ostream &,
-                                       bool fragile, bool fp) const;
+                         LatexRunParams const &) const;
        /// Write out tothe .lyx file
        void write(Buffer const * buf, std::ostream & os) const;
 };