From 455f56573ef8378ad1297970829e227c80525959 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 7 Aug 2001 02:38:43 +0000 Subject: More warning cleanups. Removed a few unused files. --- src/win95/mishchnk.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/win95/mishchnk.hpp') 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) {} -- cgit v1.3