]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulamacro.C
read the ChangeLog, use the C++ style casts more, some changes to the debugbufs,...
[features.git] / src / mathed / formulamacro.C
index 39c7b5046b60f76c9adf4bb7b53628d9f5c95324..abc12fe4a45bfa7491878b72ca845e3ab3abcda7 100644 (file)
@@ -105,7 +105,7 @@ void InsetFormulaMacro::Read(LyXLex & lex)
 {
     FILE * file = lex.getFile();
     mathed_parser_file(file, lex.GetLineNo());   
-    mathed_parse(0, 0, (MathParInset **)&tmacro);
+    mathed_parse(0, 0, reinterpret_cast<MathParInset **>(&tmacro));
     
     // Update line number
     lex.setLineNo(mathed_parser_lineno());