X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.h;h=b820d726021a221c53ae0f58cd3a64a98067254e;hb=31cd421bcd26647cb7edbb694b05473271fe9153;hp=68d0d13c5331612ba6daa644d5563c70a43aac00;hpb=fc027441195dd60f2d558fcc2a7b9155f6677be2;p=lyx.git diff --git a/src/mathed/CommandInset.h b/src/mathed/CommandInset.h index 68d0d13c53..b820d72602 100644 --- a/src/mathed/CommandInset.h +++ b/src/mathed/CommandInset.h @@ -28,7 +28,7 @@ public: explicit CommandInset(Buffer * buf, docstring const & name, bool needs_math_mode = true); /// - marker_type marker() const { return NO_MARKER; } + marker_type marker(BufferView const *) const { return NO_MARKER; } /// void metrics(MetricsInfo & mi, Dimension & dim) const; ///