More warning cleanups.
Removed a few unused files.
This commit is contained in:
parent
422e7c385b
commit
455f56573e
37 changed files with 94 additions and 912 deletions
|
@ -39,8 +39,9 @@ public:
|
|||
|
||||
Lockable_Chunk_With_Children (Chunk_With_Children * parent, const char * identifier)
|
||||
: Chunk_With_Children (parent, identifier),
|
||||
updated (FALSE),updated_outside (FALSE),local_lock (FALSE),external_lock(FALSE),
|
||||
output_chunk_for_process (FALSE), deleted (FALSE)
|
||||
output_chunk_for_process(FALSE),
|
||||
updated(FALSE), updated_outside(FALSE), local_lock(FALSE),
|
||||
external_lock(FALSE), deleted(FALSE)
|
||||
{}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue