diff options
Diffstat (limited to 'src/win95/mishchnk.hpp')
| -rw-r--r-- | src/win95/mishchnk.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/win95/mishchnk.hpp b/src/win95/mishchnk.hpp index 957398e..411e49c 100644 --- a/src/win95/mishchnk.hpp +++ b/src/win95/mishchnk.hpp @@ -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) {} |
