]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_binominset.h
index 35f5933c0b2b3a31a239c90bf597b750535acee1..3bac831efe615dc9ed090ef23495e9d116b8953e 100644 (file)
@@ -9,7 +9,7 @@
 #endif
 
 /** Binom like objects
-    \author André Pönitz 
+    \author André Pönitz
  */
 class MathBinomInset : public MathFracbaseInset {
 public:
@@ -18,9 +18,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;
        ///