From 592342b8270504bd8b4837085ace236eceacbb1a Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 25 May 2005 22:58:37 +0000 Subject: [PATCH] show_field_names true by default --- direct/src/dcparser/dcPacker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/dcparser/dcPacker.h b/direct/src/dcparser/dcPacker.h index 7ddad12d5a..6c418de8b2 100755 --- a/direct/src/dcparser/dcPacker.h +++ b/direct/src/dcparser/dcPacker.h @@ -116,8 +116,8 @@ PUBLISHED: bool parse_and_pack(const string &formatted_object); bool parse_and_pack(istream &in); - string unpack_and_format(bool show_field_names = false); - void unpack_and_format(ostream &out, bool show_field_names = false); + string unpack_and_format(bool show_field_names = true); + void unpack_and_format(ostream &out, bool show_field_names = true); INLINE bool had_parse_error() const; INLINE bool had_pack_error() const;