]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutEnums.h
Try a simpler way to tell coverity that we do not care about the result
[lyx.git] / src / LayoutEnums.h
index 8bb206c6a98e46c46b4fa0b21c6970872ddbc1fa..969ad1dfffef54a12da9e0129ecf2f18a8655413 100644 (file)
@@ -150,6 +150,16 @@ enum EndLabelType {
        END_LABEL_STATIC
 };
 
+///
+enum ArgPassThru {
+       ///
+       PT_INHERITED,
+       ///
+       PT_FALSE,
+       ///
+       PT_TRUE
+};
+
 } // namespace lyx
 
 #endif