X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.h;h=770ecb388d78d6e98808d5a2446157599376a6f8;hb=e1d9ad9f2802875bc233122e14c8d273a95dd1ed;hp=73f938df22e46db88fb40b3e9e9356584d2dfe49;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/CommandInset.h b/src/mathed/CommandInset.h index 73f938df22..770ecb388d 100644 --- a/src/mathed/CommandInset.h +++ b/src/mathed/CommandInset.h @@ -25,7 +25,8 @@ namespace lyx { class CommandInset : public InsetMathNest { public: /// - explicit CommandInset(docstring const & name, bool needs_math_mode = true); + explicit CommandInset(Buffer * buf, docstring const & name, + bool needs_math_mode = true); /// void metrics(MetricsInfo & mi, Dimension & dim) const; ///