X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.h;h=770ecb388d78d6e98808d5a2446157599376a6f8;hb=872c71ffa61e52918a12c847ef7f87b10741d75a;hp=98f96664dc30ab8e06677b2163e3bc2717cd3075;hpb=90837aaf6eee523fd594c0ea7f44c053bb49a3cf;p=lyx.git diff --git a/src/mathed/CommandInset.h b/src/mathed/CommandInset.h index 98f96664dc..770ecb388d 100644 --- a/src/mathed/CommandInset.h +++ b/src/mathed/CommandInset.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -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; ///