]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetlist.h
index 78bb9a2ecd5203f8b803ccab30f6d09883a9f352..2a43793f91b60e22272b3b1558d9b73a269921bc 100644 (file)
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS
  */
 
-#ifndef InsetList_H
-#define InsetList_H
+#ifndef INSETLIST_H
+#define INSETLIST_H
 
 
 #include "insetcollapsable.h"
@@ -27,7 +27,8 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };