Fix gcc 2 build by making Parser a friend
This commit is contained in:
parent
e6466c9a34
commit
c29492a252
@ -138,6 +138,7 @@ public:
|
||||
|
||||
private:
|
||||
class Parser;
|
||||
friend class Parser;
|
||||
|
||||
private:
|
||||
BString fName;
|
||||
|
Loading…
Reference in New Issue
Block a user