Files
0ad/source
trompetin17 1d20adc3b9 Ensure brace initialization for member variables in Ogg classes
This commit updates the Ogg-related classes to use uniform brace
initialization ({}) for member variables where applicable. Brace
initialization improves clarity and prevents potential narrowing
conversions or unintended behavior caused by default constructor
ambiguity.

This change improves consistency and aligns with modern C++ best
practices, especially in C++11 and later where brace initialization is
recommended for safer initialization semantics.
2025-06-20 09:04:01 -05:00
..
2025-06-19 19:05:56 +02:00
2025-06-19 19:05:56 +02:00
…
2025-06-20 09:01:19 +02:00
…
2025-06-20 09:01:19 +02:00
2025-06-19 19:05:56 +02:00
2025-04-25 19:15:57 +02:00