mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
add the last of Robins suggestions (separate info-struct for constructors).
This took a while.
This commit is contained in:
parent
253b8201e8
commit
e2e22a707b
5 changed files with 65 additions and 44 deletions
|
@ -52,7 +52,7 @@ Ascii::Ascii(WriterFrontend* frontend) : WriterBackend(frontend)
|
|||
desc.EnableEscaping();
|
||||
desc.AddEscapeSequence(separator);
|
||||
|
||||
io = new AsciiInputOutput(this, set_separator, unset_field, empty_field);
|
||||
io = new AsciiInputOutput(this, AsciiInputOutput::SeparatorInfo(set_separator, unset_field, empty_field));
|
||||
}
|
||||
|
||||
Ascii::~Ascii()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue