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

Commit 2cbfb0cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo in Region to avoid unexpected values"

parents 8db626d2 f8e9366d
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: