Merge change 6361

* changes:
  Fix sim build.
This commit is contained in:
Android (Google) Code Review
2009-07-07 11:01:19 -07:00

View File

@@ -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: