mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
remove destructors overwrite
This commit is contained in:
parent
1ec685cabe
commit
207d5079a7
18 changed files with 6 additions and 42 deletions
|
|
@ -29,5 +29,3 @@ Back::Back()
|
|||
}
|
||||
);
|
||||
}
|
||||
|
||||
Back::~Back() = default;
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation::history
|
|||
public:
|
||||
|
||||
Back();
|
||||
|
||||
~Back();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,4 @@ Forward::Forward()
|
|||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Forward::~Forward() = default;
|
||||
}
|
||||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation::history
|
|||
public:
|
||||
|
||||
Forward();
|
||||
|
||||
~Forward();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue