X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FCommandInset.h;h=b820d726021a221c53ae0f58cd3a64a98067254e;hb=31cd421bcd26647cb7edbb694b05473271fe9153;hp=770ecb388d78d6e98808d5a2446157599376a6f8;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/CommandInset.h b/src/mathed/CommandInset.h index 770ecb388d..b820d72602 100644 --- a/src/mathed/CommandInset.h +++ b/src/mathed/CommandInset.h @@ -28,6 +28,8 @@ public: explicit CommandInset(Buffer * buf, docstring const & name, bool needs_math_mode = true); /// + marker_type marker(BufferView const *) const { return NO_MARKER; } + /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const;