commit f21f35540335f2555c2f5e03141bdc31cc17b18e
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Jul 4 00:02:58 2025 +0200

    fixup 1a1a46a6d4: typo breaks compilation
---
 src/mathed/MathFactory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp
index d5962d462b..10682f9061 100644
--- a/src/mathed/MathFactory.cpp
+++ b/src/mathed/MathFactory.cpp
@@ -440,7 +440,7 @@ void initConflictList() {
        fs >> setw(65636);
        string line;
 
-       HullType currentMathHull = HullNone;
+       HullType currentMathHull = hullNone;
        while (getline(fs, line)) {
 
                if (line.empty() || line[0] == '#')
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to