]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMath.h
index 589f7b27e319b9f1d438e0818fd88932de244aab..6b178a7a2dc3df1d470c531f2df1e33ae1d9f30c 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -31,7 +31,8 @@ enum HullType {
        hullXXAlignAt,
        hullFlAlign,
        hullMultline,
-       hullGather
+       hullGather,
+       hullRegexp
 };
 
 HullType hullType(docstring const & name);