Fix gcc 2 build by making Parser a friend

This commit is contained in:
Ingo Weinhold
2011-11-25 06:18:39 +01:00
parent e6466c9a34
commit c29492a252
+1
View File
@@ -138,6 +138,7 @@ public:
private:
class Parser;
friend class Parser;
private:
BString fName;