mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Profiler: Use = default for empty destructor
This commit is contained in:
parent
c0341215de
commit
16f0248ca2
Notes:
sideshowbarker
2024-07-18 04:56:02 +09:00
Author: https://github.com/bgianfo
Commit: 16f0248ca2
Pull-request: https://github.com/SerenityOS/serenity/pull/9720
2 changed files with 1 additions and 5 deletions
|
@ -21,7 +21,7 @@ class FlameGraphView final : public GUI::Widget
|
|||
C_OBJECT(FlameGraphView);
|
||||
|
||||
public:
|
||||
virtual ~FlameGraphView() override;
|
||||
virtual ~FlameGraphView() override = default;
|
||||
|
||||
Function<void()> on_hover_change;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue