48c0721353
* Add end of year donation appeal * Total message count for favorite folders did not work consistently - make spec compatible with rpm < 4.17 again - correct appdata for different desktop filename OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=790
14 lines
368 B
Diff
14 lines
368 B
Diff
Index: firefox-102.4.0/mfbt/EnumSet.h
|
|
===================================================================
|
|
--- firefox-102.4.0.orig/mfbt/EnumSet.h
|
|
+++ firefox-102.4.0/mfbt/EnumSet.h
|
|
@@ -326,7 +326,7 @@ class EnumSet {
|
|
}
|
|
}
|
|
|
|
- static constexpr size_t kMaxBits = MaxBits();
|
|
+ static constexpr size_t kMaxBits = EnumSet().MaxBits();
|
|
|
|
Serialized mBitField;
|
|
|