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

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

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

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


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


    inline Rect(int32_t w, int32_t h) {
    inline Rect(int32_t w, int32_t h) {