fixed compilation, but not sure about this

svn-id: r4921
This commit is contained in:
Paweł Kołodziejski 2002-09-10 08:26:52 +00:00
parent dcf05149fe
commit e6a2c59843

View File

@ -39,8 +39,9 @@ protected:
Node *_root;
Node *_header;
public:
class Iterator {
protected:
Node *_node;
public: