src/global.h

changeset 287
83e66c6b6e07
parent 286
18a7e8d67fc5
child 288
717140ab5647
--- a/src/global.h	Tue Jun 14 09:39:31 2022 +0200
+++ b/src/global.h	Tue Jun 14 10:42:39 2022 +0200
@@ -163,7 +163,7 @@
 };
 
 
-struct Mashs
+struct MashSteps
 {
     QString	step_name;
     int		step_type;
@@ -363,7 +363,7 @@
     QList<Hops>		hops;
     QList<Miscs>	miscs;
     QList<Yeasts>	yeasts;
-    QList<Mashs>	mashs;
+    QList<MashSteps>	mashs;
 
     /*
      * These are not in the MySL database, but are global variables
@@ -608,7 +608,7 @@
     QList<Hops>		hops;
     QList<Miscs>	miscs;
     QList<Yeasts>	yeasts;
-    QList<Mashs>	mashs;
+    QList<MashSteps>	mashs;
 
     /*
      * These are not in the MySL database, but are global variables

mercurial