]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Change tracking cue for InsetCaption
[lyx.git] / src / insets / InsetArgument.h
index 935d68cbbc29f877459755b39e488c9ff380bcf8..5c4701d8fcc471a1c75be6929bada882970f0bd0 100644 (file)
@@ -30,9 +30,9 @@ public:
        InsetArgument(Buffer *, std::string const &);
 
        /// Outputting the parameter of a LaTeX command
-       void latexArgument(otexstream &, OutputParams const &,
-                          docstring const&, docstring const &,
-                          docstring const &) const;
+       void latexArgument(otexstream & os, OutputParams const & runparams_in,
+                          docstring const & ldelim, docstring const & rdelim,
+                          docstring const & presetarg) const;
 
        std::string name() const { return name_; }