diff options
Diffstat (limited to 'base/gfx/point.h')
-rw-r--r-- | base/gfx/point.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gfx/point.h b/base/gfx/point.h index e930889..377efb1 100644 --- a/base/gfx/point.h +++ b/base/gfx/point.h @@ -26,6 +26,7 @@ class Point { Point(int x, int y); #if defined(OS_WIN) explicit Point(const POINT& point); + Point& operator=(const POINT& point); #elif defined(OS_MACOSX) explicit Point(const CGPoint& point); #endif |