]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathSize.h
index 280c9f039cf873e1c9528671f9c1834d613ffeca..9f7dc54f0a5c131876e36b6248c0647902d29930 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #define MATHSIZEINSET_H
 
 #include "InsetMathNest.h"
-#include "metricsinfo.h"
+#include "MetricsInfo.h"
+
+
+namespace lyx {
 
 
 class latexkeys;
@@ -35,13 +38,16 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        latexkeys const * key_;
        ///
        Styles const style_;
 };
 
+
+
+} // namespace lyx
 #endif