diff --git a/binary.h b/binary.h index 3fade8fe..4b362faa 100644 --- a/binary.h +++ b/binary.h @@ -18,8 +18,7 @@ class binary_parser_t : public parser_t }; void write_binary_journal(std::ostream& out, - journal_t * journal, - strings_list * files = NULL); + journal_t * journal); } // namespace ledger