]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetCommand.h
index fee67bf7be7c8312835f206f1f683509ea7df978..d1f4af0d0f3344bec806ecb64ae907e6f48adbff 100644 (file)
@@ -75,7 +75,7 @@ protected:
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        ///
-       docstring const getCommand() const { return p_.getCommand(); }
+       docstring const getCommand(OutputParams & rp) const { return p_.getCommand(rp); }
        ///
        std::string const & getCmdName() const { return p_.getCmdName(); }
        ///