]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathSize.h
index 280c9f039cf873e1c9528671f9c1834d613ffeca..ec65c94a1adfbd2af7b85242a06e5df001e3676a 100644 (file)
 #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