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

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

Merge change 6361

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


        inline _NodePtr getNode() const { return mpNode; }
        inline _NodePtr getNode() const { return mpNode; }


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


public:
public: