]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_notinset.h
index faf1e731fb99dbb25f04e4ae3a592826fb75e9c0..70470764b3d34b46177a1761bc0cd90efac3d7c8 100644 (file)
@@ -13,9 +13,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void normalize(NormalStream &) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///