commit 77af6cb3086fcbc437c7e3277d6a9e218228ec82
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Sun Mar 2 22:46:36 2025 +0100

    Initialize Preamble member (spotted by Coverity Scan)
---
 src/tex2lyx/Preamble.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp
index e9aabd2bbb..7f672062dc 100644
--- a/src/tex2lyx/Preamble.cpp
+++ b/src/tex2lyx/Preamble.cpp
@@ -1001,6 +1001,7 @@ Preamble::Preamble() : one_language(true), 
explicit_babel(false),
        h_spacing                 = "single";
        h_save_transient_properties = "true";
        h_suppress_date           = "false";
+       h_table_alt_row_colors_start = 0;
        h_textclass               = "article";
        h_tocdepth                = "3";
        h_tracking_changes        = "false";
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to