Fix gcc 2 build by making Parser a friend

This commit is contained in:
Ingo Weinhold 2011-06-30 00:05:19 +02:00
parent e6466c9a34
commit c29492a252

View File

@ -138,6 +138,7 @@ public:
private:
class Parser;
friend class Parser;
private:
BString fName;