X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.cpp;h=a53a23355599044cef561fd85621b32b598cd46d;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=a9529b5f3c2cf81a00d05f88b8462824379f945d;hpb=42123ab8a71080b6d15fca4e0c43ae76abf00a1e;p=lyx.git diff --git a/src/mathed/CommandInset.cpp b/src/mathed/CommandInset.cpp index a9529b5f3c..a53a233555 100644 --- a/src/mathed/CommandInset.cpp +++ b/src/mathed/CommandInset.cpp @@ -11,7 +11,7 @@ #include #include "CommandInset.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "DispatchResult.h" #include "FuncRequest.h" @@ -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;