X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.cpp;h=a8dcec6aa085b42703967cb25b2b26a70a18df5f;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=6673d0483897673a040a044166d5cac2473afc8f;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathDots.cpp b/src/mathed/InsetMathDots.cpp index 6673d04838..a8dcec6aa0 100644 --- a/src/mathed/InsetMathDots.cpp +++ b/src/mathed/InsetMathDots.cpp @@ -30,9 +30,9 @@ InsetMathDots::InsetMathDots(latexkeys const * key) {} -auto_ptr InsetMathDots::doClone() const +auto_ptr InsetMathDots::doClone() const { - return auto_ptr(new InsetMathDots(*this)); + return auto_ptr(new InsetMathDots(*this)); }