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

Commit 8c382779 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in Region to avoid unexpected values"

parents fb94f1db 6027ba74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class region_operator
{
public:
    typedef typename RECT::value_type TYPE;
    static const TYPE max_value = 0x7FFFFFF;
    static const TYPE max_value = std::numeric_limits<TYPE>::max();

    /*
     * Common boolean operations: