]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.C
update libtool
[lyx.git] / src / mathed / math_inset.C
index 48d2a6e523ca3f877e8f32ed54fa8df069f6e9fb..d4dc10b1a519cd50d8e1547f1800a4746e95a787 100644 (file)
@@ -21,6 +21,7 @@
 #pragma implementation
 #endif
 
+#include "debug.h"
 #include "math_iter.h"
 #include "math_inset.h"
 #include "symbol_def.h"
@@ -37,7 +38,8 @@ int MathedInset::workWidth;
 
 
 MathedInset::MathedInset(string const & nm, short ot, short st)
-       : name(nm), objtype(ot), width(0), ascent(0), descent(0), size_(st) 
+       : name(nm), objtype(ot), width(0), ascent(0), descent(0),
+         size_(st)
 {}
 
 
@@ -60,6 +62,10 @@ void MathedInset::drawStr(Painter & pain, short type, int siz,
        pain.text(x, y, st, mf);
 }
 
+void MathedInset::substitute(MathMacro *)
+{
+}
+
 
 int MathedInset::Ascent() const
 {
@@ -160,7 +166,6 @@ void MathedInset::size(short s)
        size_ = s;
 }
 
-
 void MathedInset::incSize()
 {
        ++size_;