mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-30 11:40:47 -05:00
compile on gcc 3.2
This commit is contained in:
@@ -167,7 +167,7 @@ private:
|
||||
WriteState *_write_state;
|
||||
PPScope *_scope;
|
||||
string _params;
|
||||
ostrstream _output;
|
||||
ostringstream _output;
|
||||
vector<string> _words;
|
||||
int _flags;
|
||||
BlockNesting *_next;
|
||||
@@ -185,9 +185,9 @@ private:
|
||||
|
||||
vector<string> _saved_lines;
|
||||
|
||||
friend PPCommandFile::IfNesting;
|
||||
friend PPCommandFile::WriteState;
|
||||
friend PPCommandFile::BlockNesting;
|
||||
friend class PPCommandFile::IfNesting;
|
||||
friend class PPCommandFile::WriteState;
|
||||
friend class PPCommandFile::BlockNesting;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user