X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_parboxinset.h;h=6800cadf2150361013facfcfda7e5366bc68afbe;hb=cd03e2b7db8379a91f3d31eac2c5bc25b159c541;hp=4fcacc9e794bca09d5840221d2083847cb14857f;hpb=2a5ab60ce880dea3719832844ee857275b837019;p=lyx.git diff --git a/src/mathed/math_parboxinset.h b/src/mathed/math_parboxinset.h index 4fcacc9e79..6800cadf21 100644 --- a/src/mathed/math_parboxinset.h +++ b/src/mathed/math_parboxinset.h @@ -1,3 +1,14 @@ +// -*- C++ -*- +/** + * \file math_parboxinset.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef MATH_PARBOXINSET_H #define MATH_PARBOXINSET_H @@ -13,7 +24,7 @@ public: /// MathParboxInset * asParboxInset() { return this; } /// - InsetBase * clone() const; + virtual std::auto_ptr clone() const; /// mode_type currentMode() const { return TEXT_MODE; } ///