]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
Fix bug in paragraph detection (can be seen in test case of bug #5187):
[lyx.git] / src / tex2lyx / tex2lyx.h
index ce201c2cecc138efb319a8bc13349144b3da0c3c..bff05191a8325ac9b90081da357ea83bd8f9daa3 100644 (file)
@@ -116,9 +116,11 @@ std::string active_environment();
 
 enum ArgumentType {
        required,
+       req_group,
        verbatim,
        item,
        optional,
+       opt_group,
        displaymath,
 };