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

Commit cbbb9fb8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6361

* changes:
  Fix sim build.
parents b3ef6afc f460f195
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,9 +154,9 @@ protected:

        inline _NodePtr getNode() const { return mpNode; }

        _NodePtr mpNode;    /* should be private, but older gcc fails */
    private:
        friend class List;
        _NodePtr mpNode;
    };

public: