Fix sim build.
Looks like older gcc (4.1.x) doesn't properly handle templated fanciness. Apparently that's what we have on the build server.
This commit is contained in:
parent
bd875d2638
commit
34ed82706a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue