X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_binominset.h;h=ee2703c8cda3f1cd16717b91caad7557b1946266;hb=1ecc7b79cdf95de50f2683fb7a8f983b5dcdf0d2;hp=3b7225561447b12c12ab0716c6dc2ea502134e9d;hpb=285952e13002efe5d69a890e6e2a924b0c294808;p=lyx.git diff --git a/src/mathed/math_binominset.h b/src/mathed/math_binominset.h index 3b72255614..ee2703c8cd 100644 --- a/src/mathed/math_binominset.h +++ b/src/mathed/math_binominset.h @@ -1,19 +1,27 @@ // -*- C++ -*- +/** + * \file math_binominset.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_BINOMINSET_H -#define MATH_DINOMINSET_H +#define MATH_BINOMINSET_H #include "math_fracbase.h" -/** Binom like objects - * \author André Pönitz - */ +/// Binom like objects class MathBinomInset : public MathFracbaseInset { public: /// explicit MathBinomInset(bool choose = false); /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// void write(WriteStream & os) const; ///