]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_symbolinset.C
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / math_symbolinset.C
index 12aebfd95042a25ba7e1838c09ef68b8e045882a..1afc2938aa6b321b0623b84a9b41d1a828c0eb9e 100644 (file)
@@ -28,7 +28,7 @@ void MathSymbolInset::writeNormal(ostream & os) const
 }
 
 
-void MathSymbolInset::metrics(MathStyles st)
+void MathSymbolInset::metrics(MathStyles st) const
 {
        size(st);
        
@@ -45,7 +45,7 @@ void MathSymbolInset::metrics(MathStyles st)
 }
 
 
-void MathSymbolInset::draw(Painter & pain, int x, int y)
+void MathSymbolInset::draw(Painter & pain, int x, int y) const
 {  
        xo(x);
        yo(y);