mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 12:05:00 +00:00
Kernel: Mark ACPI::Parser's empty destructor as default
This commit is contained in:
parent
73aa5c75d5
commit
21c5c4026b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public:
|
|||
const FADTFlags::HardwareFeatures& hardware_features() const { return m_hardware_flags; }
|
||||
const FADTFlags::x86_Specific_Flags& x86_specific_flags() const { return m_x86_specific_flags; }
|
||||
|
||||
~Parser() {};
|
||||
~Parser() = default;
|
||||
|
||||
private:
|
||||
Parser(PhysicalAddress rsdp, PhysicalAddress fadt, u8 irq_number);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue