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

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

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

* commit 'd23b34b3':
  Initialize ARect fields in default ctor
parents a3f809cb d23b34b3
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) {