]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetoptarg.h
index aad6e6d0bf12dad97df5095c87b0e5d82c0aec5b..6abba7f9342ae211363153e2bfdc41cd1cc94a3a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Martin Vermeer
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETOPTARG_H
@@ -31,18 +31,18 @@ public:
        /// this inset is editable
        EDITABLE editable() const { return IS_EDITABLE; }
        /// code of the inset
-       Inset::Code lyxCode() const { return Inset::OPTARG_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::OPTARG_CODE; }
        /// return an message upon editing
        string const editMessage() const;
 
        /// Standard LaTeX output -- short-circuited
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        /// Outputting the optional parameter of a LaTeX command
-       int latexOptional(Buffer const *, std::ostream &,
+       int latexOptional(Buffer const &, std::ostream &,
                          LatexRunParams const &) const;
        /// Write out tothe .lyx file
-       void write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const & buf, std::ostream & os) const;
 };
 
 #endif // INSETOPTARG_H