]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
Do some caching of window title and related UI
[lyx.git] / src / mathed / MathData.h
index e2169416d60ab4281a486ce892917df9c19567d7..0419b5918168b3397c55c2d2f134f21e17bedd93 100644 (file)
@@ -66,7 +66,8 @@ public:
 
 public:
        ///
-       MathData(Buffer * buf = 0) : buffer_(buf) {}
+       MathData(Buffer * buf = 0) : minasc_(0), mindes_(0), slevel_(0),
+                                    sshift_(0), kerning_(0), buffer_(buf) {}
        ///
        MathData(Buffer * buf, const_iterator from, const_iterator to);
        ///