X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_scriptinset.C;h=cf23765572186e00b490bb7606b1210e4e5316e8;hb=701b99ecd70ac472aa53c8b2317af44def4f9670;hp=bb6cbe81e5d1614dde158443191df094c1912190;hpb=0ea9ce5341bd6544d10fcf95521b1cecbd70aba3;p=lyx.git diff --git a/src/mathed/math_scriptinset.C b/src/mathed/math_scriptinset.C index bb6cbe81e5..cf23765572 100644 --- a/src/mathed/math_scriptinset.C +++ b/src/mathed/math_scriptinset.C @@ -47,8 +47,7 @@ MathScriptInset::MathScriptInset(MathAtom const & at, bool up) } - -auto_ptr MathScriptInset::clone() const +auto_ptr MathScriptInset::doClone() const { return auto_ptr(new MathScriptInset(*this)); } @@ -574,7 +573,7 @@ if (1) { } -void MathScriptInset::priv_dispatch(LCursor & cur, FuncRequest & cmd) +void MathScriptInset::doDispatch(LCursor & cur, FuncRequest & cmd) { //lyxerr << "MathScriptInset: request: " << cmd << std::endl; @@ -593,5 +592,5 @@ void MathScriptInset::priv_dispatch(LCursor & cur, FuncRequest & cmd) return; } - MathNestInset::priv_dispatch(cur, cmd); + MathNestInset::doDispatch(cur, cmd); }