Loading include/utils/List.h +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
include/utils/List.h +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading