]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
ws changes only
[lyx.git] / src / insets / insetoptarg.h
index 8ad724590110faebf14382c242664e5002daf318..65a482e50f7b7b892dbaf0d4ceb570eb07479bc9 100644 (file)
@@ -6,14 +6,13 @@
  *
  * \author Martin Vermeer
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETOPTARG_H
 #define INSETOPTARG_H
 
 
-#include "insettext.h"
 #include "insetcollapsable.h"
 
 
@@ -33,16 +32,16 @@ public:
        /// code of the inset
        InsetOld::Code lyxCode() const { return InsetOld::OPTARG_CODE; }
        /// return an message upon editing
-       string const editMessage() const;
+       std::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