]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetlist.h
index 9f179223cd0de8d0db3dcf1f8a42d1b14ec374ee..ae460312410763cf6404889e5f466b66e461972c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETLIST_H
@@ -23,12 +23,12 @@ public:
        ///
        InsetList();
        ///
-       void write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const & buf, std::ostream & os) const;
        ///
        Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fragile, bool fp) const;
+       int latex(Buffer const &, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };