]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_binaryopinset.h
index 2eca9519dacb46736fa9db0e93408f99fdcad4de..cdd4db15730e4eddc4fd3eb929c9fc4edc035039 100644 (file)
@@ -21,9 +21,9 @@ public:
        ///
        void draw(Painter &, int x, int y) 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;
 private: