mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
change constructors
This commit is contained in:
parent
9b2265877d
commit
22f2fc009c
4 changed files with 20 additions and 5 deletions
|
@ -52,7 +52,7 @@ Ascii::Ascii(WriterFrontend* frontend) : WriterBackend(frontend)
|
|||
desc.EnableEscaping();
|
||||
desc.AddEscapeSequence(separator);
|
||||
|
||||
io = new AsciiInputOutput(this, separator, set_separator, empty_field, unset_field);
|
||||
io = new AsciiInputOutput(this, separator, set_separator, unset_field, empty_field);
|
||||
}
|
||||
|
||||
Ascii::~Ascii()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue