]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
oh well
[lyx.git] / src / mathed / math_kerninset.h
index 0a707cae7f214ad3d74398beb9bf7a83033c6d35..5af50f4651e47722c097536fa7846ca3effed3ad 100644 (file)
@@ -5,12 +5,14 @@
 #include "math_diminset.h"
 #include "vspace.h"
 #include "LString.h"
+#include "math_nestinset.h"
 
 #ifdef __GNUG__
 #pragma interface
 #endif
 
 /// The \kern primitive
+/// Some hack for visual effects
 
 class MathKernInset : public MathDimInset {
 public:
@@ -25,9 +27,9 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream & ns) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
 private: