- parse the list of class/struct fields and add the PField entries to their type.
- fixed a few issues with trying to access a class's Type before it got initialized.
This commit is contained in:
parent
49f18c0a19
commit
ad43f2bc7e
9 changed files with 528 additions and 50 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
FLispString()
|
||||
{
|
||||
NestDepth = Column = 0;
|
||||
WrapWidth = 72;
|
||||
WrapWidth = 200;
|
||||
NeedSpace = false;
|
||||
ConsecOpens = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue