mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
LibGUI: Optimize GUI::Variant move constructor
This commit is contained in:
parent
d0812e9019
commit
4062add8ed
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