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
commit 4062add8ed
Notes: sideshowbarker 2024-07-19 01:04:02 +09:00
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;