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