Fix gcc 2 build by making Parser a friend

This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:46 +02:00
parent 1ef35574eb
commit df18eb8718
+1
View File
@@ -138,6 +138,7 @@ public:
private: private:
class Parser; class Parser;
friend class Parser;
private: private:
BString fName; BString fName;