]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSeparator.h
Introduce the latexpar separator.
[features.git] / src / insets / InsetSeparator.h
index 2049c222a711641169a8b1cf8c4161e8a6e3582c..66a0c5515aa3636db4908f07316f72b6fec0d0c5 100644 (file)
@@ -22,10 +22,9 @@ class InsetSeparatorParams
 public:
        /// The different kinds of separators we support
        enum Kind {
-               ///
                PLAIN,
-               ///
-               PARBREAK
+               PARBREAK,
+               LATEXPAR
        };
        ///
        InsetSeparatorParams() : kind(PLAIN) {}