]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.h
small up/down tweaking
[lyx.git] / src / mathed / math_parser.h
index 25e57dd769cd7e6b41f7deab07e76c5c30643ebe..496d6f1139ebec70ec260dbe87bd28a1a432a513 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/*
+/**
  *  File:        math_parser.h
  *  Purpose:     Declaration of parsing utilities for mathed
  *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
@@ -27,6 +27,7 @@
 
 class MathAtom;
 class MathArray;
+class MathGridInset;
 class LyXLex;
 
 
@@ -54,6 +55,8 @@ bool mathed_parse_normal(MathAtom &, string const &);
 bool mathed_parse_normal(MathAtom &, std::istream &);
 /// ... the LyX lexxer
 bool mathed_parse_normal(MathAtom &, LyXLex &);
+/// ... the LyX lexxer
+void mathed_parse_normal(MathGridInset &, string const &);
 
 /// parse a single cell from a string
 void mathed_parse_cell(MathArray & ar, string const &);