]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fboxinset.h
more IU
[lyx.git] / src / mathed / math_fboxinset.h
index c0e9fc85c746a7d363453b6b3653c41a5f893a18..b8a4e0947deeb208027b0eafac47132e98d8f191 100644 (file)
@@ -1,25 +1,29 @@
 // -*- C++ -*-
+/**
+ * \file math_fboxinset.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_FBOXINSET_H
 #define MATH_FBOXINSET_H
 
 #include "math_nestinset.h"
-#include "metricsinfo.h"
 
 
-/** Extra nesting
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS
-*/
-
 class latexkeys;
 
+/// Extra nesting
 class MathFboxInset : public MathNestInset {
 public:
        ///
        MathFboxInset(latexkeys const * key);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const;
        ///