1
Fork 0
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:
Sahan Fernando 2020-12-03 22:44:00 +11:00 committed by Andreas Kling
parent d0812e9019
commit 4062add8ed
2 changed files with 11 additions and 3 deletions

View file

@ -250,6 +250,7 @@ public:
private:
void copy_from(const Variant&);
void move_from(Variant&&);
struct RawPoint {
int x;