X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetERT.h;h=83ac11cf58c97b051a33d58442263f36c99ee5df;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=416dffbf31c17688fffc038958df41e399acc021;hpb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;p=lyx.git diff --git a/src/insets/InsetERT.h b/src/insets/InsetERT.h index 416dffbf31..83ac11cf58 100644 --- a/src/insets/InsetERT.h +++ b/src/insets/InsetERT.h @@ -44,7 +44,7 @@ private: /// InsetCode lyxCode() const { return ERT_CODE; } /// - docstring name() const { return from_ascii("ERT"); } + docstring layoutName() const { return from_ascii("ERT"); } /// void write(std::ostream & os) const; ///