]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.C
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / math_macroarg.C
index 22ff523059d5dd0fa7dfeff0fb2f556b248ef6a8..8e003ecf0d06d10cbff8e96f0a60667300ae04ab 100644 (file)
@@ -29,7 +29,7 @@ MathInset * MathMacroArgument::clone() const
 }
 
 
-void MathMacroArgument::draw(Painter & pain, int x, int y)
+void MathMacroArgument::draw(Painter & pain, int x, int y) const
 {
        drawStr(pain, LM_TC_TEX, size(), x, y, str_);
 }