X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathColor.cpp;h=08959b98b2b8cb407e51b3528eaf9b52800f5ded;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=f237eb9c4fceb05a4eb28434fa17eba6c8be7698;hpb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;p=lyx.git diff --git a/src/mathed/InsetMathColor.cpp b/src/mathed/InsetMathColor.cpp index f237eb9c4f..08959b98b2 100644 --- a/src/mathed/InsetMathColor.cpp +++ b/src/mathed/InsetMathColor.cpp @@ -35,9 +35,9 @@ InsetMathColor::InsetMathColor(bool oldstyle, docstring const & color) {} -auto_ptr InsetMathColor::doClone() const +auto_ptr InsetMathColor::doClone() const { - return auto_ptr(new InsetMathColor(*this)); + return auto_ptr(new InsetMathColor(*this)); }