Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d23b34b3 authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am f3929d66: am e42cba8f: Merge "Initialize ARect fields in default ctor"

* commit 'f3929d66':
  Initialize ARect fields in default ctor
parents de0cdcd4 f3929d66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ public:
    // because we want the compiler generated versions

    inline Rect() {
      left = right = top = bottom = 0;
    }

    inline Rect(int32_t w, int32_t h) {