]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/support.h
remove symbol_def.h
[lyx.git] / src / mathed / support.h
index 046f285c9c862f0ecabe0bd57d5fffce7d5902bd..e6b90a2762c281eced6e92ac3636e004e51129ad 100644 (file)
@@ -20,7 +20,7 @@ int mathed_char_ascent(MathTextCodes type, MathStyles size, unsigned char c);
 int mathed_char_descent(MathTextCodes type, MathStyles size, unsigned char c);
 
 void mathed_draw_deco
-       (Painter & pain, int x, int y, int w, int h, latexkeys const * l);
+       (Painter & pain, int x, int y, int w, int h, string const & name);
 
 void mathed_string_dim(MathTextCodes type, MathStyles size, string const & s,
   int & asc, int & des, int & wid);