X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.cpp;h=a53a23355599044cef561fd85621b32b598cd46d;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=303ca931cac57f294987b48a92003e797e5cdcbc;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/CommandInset.cpp b/src/mathed/CommandInset.cpp index 303ca931ca..a53a233555 100644 --- a/src/mathed/CommandInset.cpp +++ b/src/mathed/CommandInset.cpp @@ -31,9 +31,9 @@ CommandInset::CommandInset(docstring const & name) } -auto_ptr CommandInset::doClone() const +auto_ptr CommandInset::doClone() const { - return auto_ptr(new CommandInset(*this)); + return auto_ptr(new CommandInset(*this)); } @@ -51,7 +51,7 @@ bool CommandInset::metrics(MetricsInfo & mi, Dimension & dim) const } -InsetBase * CommandInset::editXY(Cursor & cur, int /*x*/, int /*y*/) +Inset * CommandInset::editXY(Cursor & cur, int /*x*/, int /*y*/) { edit(cur, true); return this;