mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibGUI: Optimize GUI::Variant move constructor
This commit is contained in:
parent
d0812e9019
commit
4062add8ed
Notes:
sideshowbarker
2024-07-19 01:04:02 +09:00
Author: https://github.com/ccapitalK
Commit: 4062add8ed
Pull-request: https://github.com/SerenityOS/serenity/pull/4315
2 changed files with 11 additions and 3 deletions
|
@ -250,6 +250,7 @@ public:
|
|||
|
||||
private:
|
||||
void copy_from(const Variant&);
|
||||
void move_from(Variant&&);
|
||||
|
||||
struct RawPoint {
|
||||
int x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue