Browse Source

show_field_names true by default

David Rose 20 years ago
parent
commit
592342b827
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/dcparser/dcPacker.h

+ 2 - 2
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;