X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathGrid.cpp;h=0d6918d1bbdd99b8645a25be07f449fad005ff98;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=c0f13b7983c4ebc9356bbbbbd71d18a0927d01c5;hpb=8c622e4ff04765c786cbe9ccc9824f4429aee4e7;p=lyx.git diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index c0f13b7983..0d6918d1bb 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -71,7 +71,7 @@ public: } protected: - InsetBase & inset() const { return inset_; } + Inset & inset() const { return inset_; } InsetMathGrid & inset_; }; @@ -184,9 +184,9 @@ InsetMathGrid::InsetMathGrid(col_type m, row_type n, char v, docstring const & h } -auto_ptr InsetMathGrid::doClone() const +auto_ptr InsetMathGrid::doClone() const { - return auto_ptr(new InsetMathGrid(*this)); + return auto_ptr(new InsetMathGrid(*this)); }