X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRef.h;h=d1046d9aba8b1d1ba3545c73a47019c8d3e7dee8;hb=a68e5b777487b495feeefa53700834ecec6ec196;hp=0ee76ac5b76a587c0db6b346fefc2c96102f01ee;hpb=d65020b293ab208b1391f96a731e53e0c7274a02;p=lyx.git diff --git a/src/mathed/InsetMathRef.h b/src/mathed/InsetMathRef.h index 0ee76ac5b7..d1046d9aba 100644 --- a/src/mathed/InsetMathRef.h +++ b/src/mathed/InsetMathRef.h @@ -13,14 +13,14 @@ #define REF_INSET_H -#include "CommandInset.h" +#include "InsetMathCommand.h" namespace lyx { class Buffer; // for \ref -class InsetMathRef : public CommandInset { +class InsetMathRef : public InsetMathCommand { public: /// InsetMathRef(Buffer * buf); @@ -50,7 +50,7 @@ public: /// docbook output int docbook(odocstream & os, OutputParams const &) const; /// generate something that will be understood by the Dialogs. - std::string const createDialogStr(std::string const & name) const; + std::string const createDialogStr() const; struct ref_type_info { ///