X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMakebox.cpp;h=ee863e1d461dd34b93d9c92fca7374459db3f4cc;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=fb6a0b09a422d42fb55c924a477c7a5d306cc18e;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathMakebox.cpp b/src/mathed/InsetMathMakebox.cpp index fb6a0b09a4..ee863e1d46 100644 --- a/src/mathed/InsetMathMakebox.cpp +++ b/src/mathed/InsetMathMakebox.cpp @@ -28,9 +28,9 @@ InsetMathMakebox::InsetMathMakebox() {} -auto_ptr InsetMathMakebox::doClone() const +auto_ptr InsetMathMakebox::doClone() const { - return auto_ptr(new InsetMathMakebox(*this)); + return auto_ptr(new InsetMathMakebox(*this)); }