Save the value of the geometry 09/168209/2
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 25 Jan 2018 04:31:20 +0000 (13:31 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Thu, 25 Jan 2018 08:18:34 +0000 (17:18 +0900)
Change-Id: Id92f8ec8bef2dd37de644e94ec6ae39ba8d02e5d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
watchface-complication/editable-interface.h

index ea36ac0..cd7e3d4 100644 (file)
@@ -39,7 +39,7 @@ class IEditable {
 
   class Geometry {
    public:
-    Geometry(int x, int y, int w, int h) {
+    Geometry(int x, int y, int w, int h) : x_(x), y_(y), w_(w), h_(h) {
     }
     const int GetX() const {
       return x_;