summaryrefslogtreecommitdiff
path: root/src/win95/mishchnk.hpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-07 02:38:43 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit455f56573ef8378ad1297970829e227c80525959 (patch)
tree39a28f1f2d662bdae5ac714c8dde177afabf5ab9 /src/win95/mishchnk.hpp
parent422e7c385b8201388bbaeabc09db402ac99ec93f (diff)
More warning cleanups.
Removed a few unused files.
Diffstat (limited to 'src/win95/mishchnk.hpp')
-rw-r--r--src/win95/mishchnk.hpp5
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)
{}