Default constructor for avc2_settings

This commit is contained in:
RipleyTom 2024-04-13 03:42:00 +02:00 committed by Elad Ashkenazi
parent d6f6752af0
commit c92a556093

View file

@ -63,6 +63,8 @@ void fmt_class_string<CellSysutilAvc2AttributeId>::format(std::string& out, u64
struct avc2_settings
{
avc2_settings() = default;
avc2_settings(const avc2_settings&) = delete;
avc2_settings& operator=(const avc2_settings&) = delete;