]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
Rename files in src/mathed and src/graphics from .C to .cpp, step 2
[lyx.git] / src / mathed / InsetMathPar.h
index 4fc791d7e746c7da02fb99d33c469919793aef65..3f980e2fec230d748c3aa046a124b13b37f189ee 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "InsetMathHull.h"
 
+
+namespace lyx {
+
 class InsetMathPar : public InsetMathHull {
 public:
        ///
@@ -24,11 +27,11 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void write(WriteStream & os) const;
 private:
@@ -36,4 +39,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif