mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
Kernel: Mark ACPI::Parser's empty destructor as default
This commit is contained in:
parent
73aa5c75d5
commit
21c5c4026b
Notes:
sideshowbarker
2024-07-17 23:00:58 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/21c5c4026b2 Pull-request: https://github.com/SerenityOS/serenity/pull/11188
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
Reference in a new issue